Skip to content

Commit 609aaa8

Browse files
committed
semi
1 parent 46c1913 commit 609aaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/packages/Category.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
type Props = {
77
open: boolean;
8-
} & Category
8+
} & Category;
99
1010
let { title, description, packages, hash, open }: Props = $props();
1111

0 commit comments

Comments
 (0)