aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontend/src/components
diff options
context:
space:
mode:
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