remove toolbelt
This commit is contained in:
parent
0763dc465d
commit
d1c95d0ee3
3 changed files with 0 additions and 5 deletions
|
|
@ -48,7 +48,6 @@
|
|||
"runed": "^0.28.0",
|
||||
"svelte": "^5.0.0",
|
||||
"svelte-check": "^4.0.0",
|
||||
"svelte-toolbelt": "^0.9.1",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwind-variants": "^1.0.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
|
|
|
|||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -105,9 +105,6 @@ importers:
|
|||
svelte-check:
|
||||
specifier: ^4.0.0
|
||||
version: 4.2.1(picomatch@4.0.2)(svelte@5.34.1)(typescript@5.8.3)
|
||||
svelte-toolbelt:
|
||||
specifier: ^0.9.1
|
||||
version: 0.9.1(svelte@5.34.1)
|
||||
tailwind-merge:
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { cn } from '$lib/utils/utils';
|
||||
import { box } from 'svelte-toolbelt';
|
||||
import type { HTMLAttributes } from 'svelte/elements';
|
||||
import { useSidebarSidebar } from './sidebar.svelte.js';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue