refactor: migrate types from apps/web to @plane/types

This commit is contained in:
Rahulcheryala
2026-06-05 13:52:50 +05:30
parent 0bbfe95cc7
commit 4e2fe590fa
40 changed files with 37 additions and 87 deletions
@@ -19,7 +19,7 @@ import { cn, sortBySelectedFirst } from "@plane/utils";
// hooks
import { useDropdown } from "@/hooks/use-dropdown";
// plane web imports
import type { TProject } from "@/plane-web/types";
import type { TProject } from "@plane/types";
// local imports
import { DropdownButton } from "../buttons";
import { BUTTON_VARIANTS_WITH_TEXT } from "../constants";