fix(shadcn): fix import path

This commit is contained in:
Ilia Mashkov
2026-01-02 16:07:12 +03:00
parent 792b142c07
commit a76b83ee0e
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { Button } from '$shared/shadcn/button/index.js';
import { Button } from '$shared/shadcn/ui/button/index.js';
import { cn } from '$shared/shadcn/utils/shadcn-utils.js';
import PanelLeftIcon from '@lucide/svelte/icons/panel-left';
import type { ComponentProps } from 'svelte';