mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: rename core root store
This commit is contained in:
parent
efbd23838e
commit
98a0742d5c
@ -1,5 +1,5 @@
|
|||||||
// store
|
// store
|
||||||
import { RootStore as CoreRootStore } from "@/store/root.store";
|
import { CoreRootStore } from "@/store/root.store";
|
||||||
|
|
||||||
export class RootStore extends CoreRootStore {
|
export class RootStore extends CoreRootStore {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
@ -26,7 +26,7 @@ import { IWorkspaceRootStore, WorkspaceRootStore } from "./workspace";
|
|||||||
|
|
||||||
enableStaticRendering(typeof window === "undefined");
|
enableStaticRendering(typeof window === "undefined");
|
||||||
|
|
||||||
export class RootStore {
|
export class CoreRootStore {
|
||||||
workspaceRoot: IWorkspaceRootStore;
|
workspaceRoot: IWorkspaceRootStore;
|
||||||
projectRoot: IProjectRootStore;
|
projectRoot: IProjectRootStore;
|
||||||
memberRoot: IMemberRootStore;
|
memberRoot: IMemberRootStore;
|
||||||
|
Loading…
Reference in New Issue
Block a user