🚀 feat(select-custom.tsx): add custom select component for UI consistency and reusability

🔄 refactor(nodeToolbarComponent/index.tsx): update import path for select component to reflect new location
This commit is contained in:
Cristhian Zanforlin Lousa 2023-08-10 12:55:04 -03:00
commit ad33deb1a3
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ import {
SelectContent,
SelectItem,
SelectTrigger,
} from "../../../../components/ui/select-trigger";
} from "../../../../components/ui/select-custom";
import { TabsContext } from "../../../../contexts/tabsContext";
import EditNodeModal from "../../../../modals/EditNodeModal";
import { classNames, getRandomKeyByssmm } from "../../../../utils/utils";