Skip to content

Commit

Permalink
chore(flat-pages): move file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheerego7 committed Jul 21, 2022
1 parent 24be550 commit c27f9e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/flat-pages/src/components/StoreProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { createContext, FC } from "react";
import { preferencesStore, globalStore, roomStore } from "@netless/flat-stores";
import { pageStore } from "./page-store";
import { pageStore } from "../stores/page-store";

export const GlobalStoreContext = createContext(globalStore);

Expand Down
2 changes: 1 addition & 1 deletion packages/flat-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"mobx": "6.x",
"white-web-sdk": ">=2.16"
},
"devDependencies": {
"devDependencies": {
"@netless/fastboard-react": "^0.3.5-canary.5",
"@netless/window-manager": "^0.4.31",
"mobx": "^6.4.2",
Expand Down

0 comments on commit c27f9e6

Please sign in to comment.