We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a7fae commit 8806cacCopy full SHA for 8806cac
src/lib/components/SocialLinks.svelte
@@ -1,5 +1,5 @@
1
<script>
2
- import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info';
+ import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info.js';
3
</script>
4
5
{#if twitter}
0 commit comments