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 8806cac commit 8f4cf3cCopy full SHA for 8f4cf3c
src/lib/components/SocialLinks.svelte
@@ -1,5 +1,5 @@
1
<script>
2
- import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info.js';
+ import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info';
3
</script>
4
5
{#if twitter}
0 commit comments