Skip to content

Commit 1e6a83c

Browse files
committed
Fix imports
1 parent 14aabf6 commit 1e6a83c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/react-components/src/shadcn/components/ui/combobox.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"use client";
22

33
import * as React from "react";
4-
import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
4+
import { CheckIcon } from "lucide-react";
55
import { cn } from "#shadcn/lib/utils";
6-
import { Button } from "#shadcn/components/ui/button";
76
import {
87
Command,
98
CommandEmpty,
@@ -15,7 +14,6 @@ import {
1514
import {
1615
Select,
1716
SelectContent,
18-
SelectItem,
1917
SelectTrigger,
2018
SelectValue,
2119
} from "#shadcn/components/ui/select";

packages/react-components/src/shadcn/components/ui/select.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
SelectContent,
66
SelectGroup,
77
SelectItem,
8-
SelectLabel,
98
SelectTrigger,
109
SelectValue,
1110
} from "#shadcn/components/ui/select";

0 commit comments

Comments
 (0)