aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontend/src/components
diff options
context:
space:
mode:
authorivar <i@oiee.no>2024-05-13 00:00:22 +0200
committerivar <i@oiee.no>2024-05-13 00:00:22 +0200
commit2e2834d1be70627077272faccaab9c4581a27dd7 (patch)
treebe587315244b8b81a69d44a99301fd773ad8b8e9 /code/frontend/src/components
parentda9e0ee5be750b8da1957e5226c3b818f1ce8e00 (diff)
downloadgreatoffice-2e2834d1be70627077272faccaab9c4581a27dd7.tar.xz
greatoffice-2e2834d1be70627077272faccaab9c4581a27dd7.zip
.
Diffstat (limited to 'code/frontend/src/components')
-rw-r--r--code/frontend/src/components/ui/button/button.svelte4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/frontend/src/components/ui/button/button.svelte b/code/frontend/src/components/ui/button/button.svelte
index 196ae77..9dbc777 100644
--- a/code/frontend/src/components/ui/button/button.svelte
+++ b/code/frontend/src/components/ui/button/button.svelte
@@ -1,7 +1,7 @@
<script lang="ts">
import { Button as ButtonPrimitive } from 'bits-ui'
- import { type Events, type Props, buttonVariants } from './index.js'
- import { cn } from '$utils/ui.js'
+ import { type Events, type Props, buttonVariants } from './index'
+ import { cn } from '$utils/ui'
type $$Props = Props
type $$Events = Events