mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 12:26:19 +00:00
refactor: update imports
This commit is contained in:
7
frontend/web/src/stores/index.ts
Normal file
7
frontend/web/src/stores/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import useCollectionStore from "./collection";
|
||||
import useShortcutStore from "./shortcut";
|
||||
import useUserStore from "./user";
|
||||
import useViewStore from "./view";
|
||||
import useWorkspaceStore from "./workspace";
|
||||
|
||||
export { useUserStore, useCollectionStore, useShortcutStore, useViewStore, useWorkspaceStore };
|
Reference in New Issue
Block a user