plane/web/ce/store/root.store.ts
2024-06-13 12:53:56 +05:30

9 lines
159 B
TypeScript

// store
import { RootStore as CoreRootStore } from "@/store/root.store";
export class RootStore extends CoreRootStore {
constructor() {
super();
}
}