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 * as Sheet from '$shared/shadcn/sheet/index.js';
import * as Sheet from '$shared/shadcn/ui/sheet/index.js';
import { cn, type WithElementRef } from '$shared/shadcn/utils/shadcn-utils.js';
import type { HTMLAttributes } from 'svelte/elements';
import { SIDEBAR_WIDTH_MOBILE } from './constants.js';