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/SwitchLanguageLink.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/SwitchLanguageLink.astro') diff --git a/src/components/SwitchLanguageLink.astro b/src/components/SwitchLanguageLink.astro index e8dace3..96dd538 100644 --- a/src/components/SwitchLanguageLink.astro +++ b/src/components/SwitchLanguageLink.astro @@ -1,8 +1,8 @@ --- -import tPage from '../i18n/translations/components/languageLinks'; -import tSite from '../i18n/translations/site'; -import translate from '../i18n/translate'; -import type Locale from '../types/Locale'; +import tPage from '$i18n/translations/components/languageLinks'; +import tSite from '$i18n/translations/site'; +import translate from '$i18n/translate'; +import type Locale from '$types/Locale'; interface Props { currentLocale: Locale; -- cgit v1.2.3