plane/web/ce/store/root.store.ts

9 lines
159 B
TypeScript
Raw Normal View History

2024-06-13 07:23:56 +00:00
// store
import { RootStore as CoreRootStore } from "@/store/root.store";
export class RootStore extends CoreRootStore {
constructor() {
super();
}
}