Skip to content

Commit 6077f2d

Browse files
committed
fix: cleanup
1 parent 86a499e commit 6077f2d

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@
286286
"mobx": "^5.15.4",
287287
"node-fetch": "^2.6.7",
288288
"react": "^17.0.2",
289-
"react-reconciler": "^0.26.2",
290289
"react-vsc-treeview": "^0.2.3",
291290
"string": "git+ssh://[email protected]/hackmdio/string.js.git#a68176b3d",
292291
"swr": "^1.3.0",

src/store/index.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/utils.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
import { API } from './api';
2-
import { store } from './store';
3-
4-
export const refreshLoginStatus = async () => {
5-
store.isLogin = await checkLogin();
6-
};
72

83
export const checkLogin = async () => {
94
try {

0 commit comments

Comments
 (0)