🚀 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:
parent
84a2231142
commit
ad33deb1a3
2 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue