chore: move icon svgs around

This commit is contained in:
Alexander Daichendt 2022-08-04 13:24:28 +02:00
parent 8d02623c8c
commit c8061bf98c
3 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -13,7 +13,7 @@
import { mdiEmailEditOutline, mdiKey } from '@mdi/js';
import { mdiGithub } from '@mdi/js';
import Icon from 'mdi-svelte';
import Element from '$components/element.svelte';
import Element from '$lib/components/icons/element.svelte';
import Link from '$components/Link.svelte';
import ListItem from '$components/ListItem.svelte';
</script>