From 8c1fff45fb5340a338416586162ac247b2b190c0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:03:03 +0100 Subject: Uses TSConfig paths --- src/components/LallansIssueContributions.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/LallansIssueContributions.astro') 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[]; -- cgit v1.2.3