Skip to content

Commit

Permalink
Another fix for import
Browse files Browse the repository at this point in the history
  • Loading branch information
socketopp committed Aug 29, 2023
1 parent 38a95a5 commit dccf77e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/SocialLinks.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script>
import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info';
import { linkedin, instagram, twitter, github, resume } from '$lib/info';
import homepage from '$lib/assets/images/page_icon.jpg';
</script>

{#if twitter}
Expand Down

0 comments on commit dccf77e

Please sign in to comment.