feat: 将存储的按照功能分离
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { useAppStore } from "./app";
|
||||
import { useSelectedDateStore } from "./selectedDate";
|
||||
import { usePictureStore } from "./picture";
|
||||
|
||||
export { useAppStore, useSelectedDateStore };
|
||||
export { useAppStore, useSelectedDateStore, usePictureStore };
|
||||
Reference in New Issue
Block a user