feat: migrate to $ alias
This commit is contained in:
parent
d7a0a24a8f
commit
aa1cae3540
5 changed files with 15 additions and 14 deletions
|
|
@ -3,13 +3,13 @@
|
|||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
import ThemeSwitcher from '../components/ThemeSwitcher.svelte';
|
||||
import ThemeSwitcher from '$components/ThemeSwitcher.svelte';
|
||||
import { page } from '$app/stores';
|
||||
import { mdiCopyright } from '@mdi/js';
|
||||
import Icon from 'mdi-svelte';
|
||||
import '@fontsource/ubuntu-mono/400.css';
|
||||
import Link from '../components/Link.svelte';
|
||||
import MoveUpButton from '../components/MoveUpButton.svelte';
|
||||
import Link from '$components/Link.svelte';
|
||||
import MoveUpButton from '$components/MoveUpButton.svelte';
|
||||
|
||||
const NAV_ITEMS = [
|
||||
{ href: '/', label: 'Home' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue