chore: create extended root store (#4796)
* chore: create extended root store * chore: rename core root store
This commit is contained in:
parent
d81a476e0b
commit
703aac597c
36 changed files with 103 additions and 65 deletions
8
web/ce/store/root.store.ts
Normal file
8
web/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();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue