Skip to content

Commit 65238fa

Browse files
committed
Moving shadcn select component to correct folder
1 parent e7946ce commit 65238fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/container/Settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
SelectItem,
2626
SelectTrigger,
2727
SelectValue,
28-
} from "../../components/ui/select";
28+
} from "../../common/components/shadcn/select";
2929
import {
3030
getTagStyle,
3131
setTagStyle,

0 commit comments

Comments
 (0)