Skip to content

Commit dccf77e

Browse files
committed
Another fix for import
1 parent 38a95a5 commit dccf77e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/SocialLinks.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script>
2-
import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info';
2+
import { linkedin, instagram, twitter, github, resume } from '$lib/info';
3+
import homepage from '$lib/assets/images/page_icon.jpg';
34
</script>
45

56
{#if twitter}

0 commit comments

Comments
 (0)