Use repo for gpg key

This commit is contained in:
2021-02-22 11:47:49 +01:00
parent 1961c551ba
commit 22aaf60c8a
7 changed files with 89 additions and 9062 deletions

View File

@@ -1,6 +1,6 @@
import React, { createContext } from 'react';
const data = require('../../data.json');
declare var data: any;
interface GithubContextType {
username: string;