Skip to content

Commit 7a4aa36

Browse files
committed
Fix
1 parent 7566de8 commit 7a4aa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
window.removeEventListener("resize", handleResize);
116116
});
117117
118-
export type CustomLink = {
118+
type CustomLink = {
119119
id: string;
120120
name: string;
121121
url: string;

0 commit comments

Comments
 (0)