fix: remove ee folder from web (#8622)
This commit is contained in:
parent
57ce2a5429
commit
06e4a1624c
96 changed files with 7 additions and 651 deletions
|
|
@ -9,7 +9,7 @@ import { action, computed, makeObservable, observable, runInAction } from "mobx"
|
|||
// plane imports
|
||||
import type { THomeWidgetKeys, TWidgetEntityData } from "@plane/types";
|
||||
// plane web services
|
||||
import { WorkspaceService } from "@/plane-web/services";
|
||||
import { WorkspaceService } from "@/services/workspace.service";
|
||||
// store
|
||||
import type { IWorkspaceLinkStore } from "./link.store";
|
||||
import { WorkspaceLinkStore } from "./link.store";
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import type {
|
|||
IWorkspaceUserPropertiesResponse,
|
||||
} from "@plane/types";
|
||||
// services
|
||||
import { WorkspaceService } from "@/plane-web/services";
|
||||
import { WorkspaceService } from "@/services/workspace.service";
|
||||
// store
|
||||
import type { CoreRootStore } from "@/store/root.store";
|
||||
// sub-stores
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import { action, makeObservable, observable, runInAction } from "mobx";
|
|||
// types
|
||||
import type { TLink, TLinkIdMap, TLinkMap } from "@plane/types";
|
||||
// services
|
||||
import { WorkspaceService } from "@/plane-web/services";
|
||||
import { WorkspaceService } from "@/services/workspace.service";
|
||||
|
||||
export interface IWorkspaceLinkStoreActions {
|
||||
addLinks: (projectId: string, links: TLink[]) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue