summaryrefslogtreecommitdiff
path: root/src/components/LallansIssueContributions.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/LallansIssueContributions.astro')
-rw-r--r--src/components/LallansIssueContributions.astro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/LallansIssueContributions.astro b/src/components/LallansIssueContributions.astro
index cfd3392..425f66a 100644
--- a/src/components/LallansIssueContributions.astro
+++ b/src/components/LallansIssueContributions.astro
@@ -1,8 +1,8 @@
---
-import translate from '../i18n/translate';
-import tSite from '../i18n/translations/site';
-import type { Contribution } from '../types/LallansIssue';
-import type Locale from '../types/Locale';
+import translate from '$i18n/translate';
+import tSite from '$i18n/translations/site';
+import type { Contribution } from '$types/LallansIssue';
+import type Locale from '$types/Locale';
interface Props {
contributions: Contribution[];