diff options
Diffstat (limited to 'src/components/Navbar.astro')
| -rw-r--r-- | src/components/Navbar.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index d34bfc2..45cf96b 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,9 +1,9 @@ --- -import type Locale from '../types/Locale'; +import type Locale from '$types/Locale'; import Breadcrumbs from './Breadcrumbs.astro'; import SwitchLanguageLink from './SwitchLanguageLink.astro'; -import tSite from '../i18n/translations/site'; -import translate from '../i18n/translate'; +import tSite from '$i18n/translations/site'; +import translate from '$i18n/translate'; interface Props { locale: Locale; |
