aboutsummaryrefslogtreecommitdiff
path: root/src/routes/a
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/a')
-rw-r--r--src/routes/a/[id].svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/a/[id].svelte b/src/routes/a/[id].svelte
index 5f8c951..1eef1dc 100644
--- a/src/routes/a/[id].svelte
+++ b/src/routes/a/[id].svelte
@@ -7,7 +7,7 @@
</script>
<script>
- import Author from '$/components/author/author.svelte';
+ import Author from '$lib/components/author/author.svelte';
</script>
<Author />