fix: console warnings
This commit is contained in:
parent
4aed6e7aed
commit
91a66a757a
3 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { action, makeObservable, observable } from "mobx";
|
||||
// types
|
||||
import { RootStore } from "@/store/root.store";
|
||||
import { IUserLite } from "@plane/types";
|
||||
import { RootStore } from "@/store/root.store";
|
||||
import { IProjectMemberStore, ProjectMemberStore } from "./project-member.store";
|
||||
import { IWorkspaceMemberStore, WorkspaceMemberStore } from "./workspace-member.store";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue