(favorite) save favorite repos

This commit is contained in:
2021-03-19 23:01:31 +01:00
parent 2faabb6c0e
commit 5fcf3c9df5
11 changed files with 308 additions and 44 deletions

View File

@@ -1,3 +1,4 @@
export enum DataType {
GithubAccessToken = 'GithubAccessToken'
GithubAccessToken = 'GithubAccessToken',
FavoriteRepo = 'FavoriteRepo'
}