feat: init
This commit is contained in:
8
apps/space/ce/store/root.store.ts
Normal file
8
apps/space/ce/store/root.store.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// store
|
||||
import { CoreRootStore } from "@/store/root.store";
|
||||
|
||||
export class RootStore extends CoreRootStore {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user