mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
* refactor: edition specific migration * revert: pagination from space endpoints * fix: project publish --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
9 lines
146 B
TypeScript
9 lines
146 B
TypeScript
// store
|
|
import { CoreRootStore } from "@/store/root.store";
|
|
|
|
export class RootStore extends CoreRootStore {
|
|
constructor() {
|
|
super();
|
|
}
|
|
}
|