feat: migrate to $ alias
This commit is contained in:
parent
d7a0a24a8f
commit
aa1cae3540
5 changed files with 15 additions and 14 deletions
|
|
@ -11,8 +11,8 @@
|
|||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
import ListItem from '../components/ListItem.svelte';
|
||||
import Link from '../components/Link.svelte';
|
||||
import ListItem from '$components/ListItem.svelte';
|
||||
import Link from '$components/Link.svelte';
|
||||
import type { Skill } from '../types';
|
||||
|
||||
let _SKILLS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue