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
|
|
@ -12,7 +12,7 @@ import type { EditorRefApi } from "@plane/editor";
|
|||
import type { ISearchIssueResponse, TIssue } from "@plane/types";
|
||||
// plane web imports
|
||||
import type { TIssuePropertyValues, TIssuePropertyValueErrors } from "@/plane-web/types/issue-types";
|
||||
import type { TIssueFields } from "ce/components/issues/issue-modal";
|
||||
import type { TIssueFields } from "@/plane-web/components/issues/issue-modal";
|
||||
|
||||
export type TPropertyValuesValidationProps = {
|
||||
projectId: string | null;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
import { observer } from "mobx-react";
|
||||
// components
|
||||
import { ThemeSwitcher } from "ce/components/preferences/theme-switcher";
|
||||
import { ThemeSwitcher } from "@/plane-web/components/preferences/theme-switcher";
|
||||
|
||||
export const ProfileSettingsDefaultPreferencesList = observer(function ProfileSettingsDefaultPreferencesList() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -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