Skip to content

Commit 8806cac

Browse files
committed
Fix SocialLinks import
1 parent 75a7fae commit 8806cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/SocialLinks.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info';
2+
import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info.js';
33
</script>
44

55
{#if twitter}

0 commit comments

Comments
 (0)