feat: migrate to $ alias
This commit is contained in:
parent
d7a0a24a8f
commit
aa1cae3540
5 changed files with 15 additions and 14 deletions
|
|
@ -13,9 +13,9 @@
|
|||
import { mdiEmailEditOutline } from '@mdi/js';
|
||||
import { mdiGithub } from '@mdi/js';
|
||||
import Icon from 'mdi-svelte';
|
||||
import Element from '../components/element.svelte';
|
||||
import Link from '../components/Link.svelte';
|
||||
import ListItem from '../components/ListItem.svelte';
|
||||
import Element from '$components/element.svelte';
|
||||
import Link from '$components/Link.svelte';
|
||||
import ListItem from '$components/ListItem.svelte';
|
||||
</script>
|
||||
|
||||
<h1>Contact Information</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue