Skip to content

Commit 36d6fad

Browse files
fix relative import in track control
1 parent a382316 commit 36d6fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shadcn/components/agents-ui/agent-track-control.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
SelectValue,
2121
} from '@/components/ui/select';
2222
import { cn } from '@/lib/utils';
23-
import { toggleVariants } from '../ui/toggle';
23+
import { toggleVariants } from '@/components/ui/toggle';
2424

2525
const selectVariants = cva(
2626
[

0 commit comments

Comments
 (0)