forked from github/plane
chore: swap dropdown component with plane/ui component (#2480)
* chore: swap custom menu component with plane/ui component * chore: swap custom select component with plane/ui component * chore: swap custom search select component with plane/ui component
This commit is contained in:
committed by
GitHub
parent
0b8367a262
commit
c0793ec8a5
@@ -1,5 +1,5 @@
|
||||
// ui
|
||||
import { CustomSearchSelect } from "components/ui";
|
||||
import { CustomSearchSelect } from "@plane/ui";
|
||||
// types
|
||||
import { IProject } from "types";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { useRouter } from "next/router";
|
||||
|
||||
// ui
|
||||
import { CustomSelect } from "components/ui";
|
||||
import { CustomSelect } from "@plane/ui";
|
||||
// types
|
||||
import { IAnalyticsParams, TXAxisValues } from "types";
|
||||
// constants
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { useRouter } from "next/router";
|
||||
|
||||
// ui
|
||||
import { CustomSelect } from "components/ui";
|
||||
import { CustomSelect } from "@plane/ui";
|
||||
// types
|
||||
import { TXAxisValues } from "types";
|
||||
// constants
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ui
|
||||
import { CustomSelect } from "components/ui";
|
||||
import { CustomSelect } from "@plane/ui";
|
||||
// types
|
||||
import { TYAxisValues } from "types";
|
||||
// constants
|
||||
|
||||
Reference in New Issue
Block a user