summaryrefslogtreecommitdiff
path: root/src/components/LallansIssuesGallery.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/LallansIssuesGallery.astro')
-rw-r--r--src/components/LallansIssuesGallery.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LallansIssuesGallery.astro b/src/components/LallansIssuesGallery.astro
index 420d83f..5e45a9e 100644
--- a/src/components/LallansIssuesGallery.astro
+++ b/src/components/LallansIssuesGallery.astro
@@ -1,5 +1,5 @@
---
-import { getAllLallansIssues } from '../data/lallans';
+import { getAllLallansIssues } from '$data/lallans';
const issues = await getAllLallansIssues();
---