mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: build errors
This commit is contained in:
parent
7cf6603e22
commit
512defaf43
@ -22,7 +22,7 @@ import {
|
||||
import { IIssueActivity } from "@plane/types";
|
||||
import { Tooltip, BlockedIcon, BlockerIcon, RelatedIcon, LayersIcon, DiceIcon } from "@plane/ui";
|
||||
// constants
|
||||
import { ISSUE_OPENED } from "constants/event-tracker";
|
||||
import { ISSUE_OPENED } from "@/constants/event-tracker";
|
||||
// helpers
|
||||
import { renderFormattedDate } from "@/helpers/date-time.helper";
|
||||
import { getElementFromPath } from "@/helpers/event-tracker.helper";
|
||||
|
@ -15,7 +15,7 @@ import {
|
||||
IssueListItemProps,
|
||||
} from "@/components/dashboard/widgets";
|
||||
// constants
|
||||
import { E_DASHBOARD, ISSUE_OPENED } from "constants/event-tracker";
|
||||
import { E_DASHBOARD, ISSUE_OPENED } from "@/constants/event-tracker";
|
||||
// helpers
|
||||
import { cn } from "@/helpers/common.helper";
|
||||
import { getRedirectionFilters } from "@/helpers/dashboard.helper";
|
||||
|
@ -16,9 +16,9 @@ import {
|
||||
} from "@plane/ui";
|
||||
// components
|
||||
import { IssueSubscription, IssueUpdateStatus } from "@/components/issues";
|
||||
import { STATE_GROUPS } from "@/constants/state";
|
||||
// constants
|
||||
import { ISSUE_OPENED } from "constants/event-tracker";
|
||||
import { ISSUE_OPENED } from "@/constants/event-tracker";
|
||||
import { STATE_GROUPS } from "@/constants/state";
|
||||
// helpers
|
||||
import { cn } from "@/helpers/common.helper";
|
||||
import { getElementIdFromPath } from "@/helpers/event-tracker.helper";
|
||||
|
Loading…
Reference in New Issue
Block a user