Skip to content

Commit

Permalink
fix(app): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed May 30, 2024
1 parent 5e2dece commit 651bbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import * as Card from "$lib/components/ui/card/index.ts"
import * as Card from "$lib/components/ui/card/index.ts"
</script>
<main class="flex flex-col items-center size-full p-4 mt-16">
<Card.Root class="max-w-lg">
Expand Down

0 comments on commit 651bbae

Please sign in to comment.