summaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index f63b0ad..9bca7e1 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -1,9 +1,9 @@
---
-import Footer from '../components/Footer.astro';
-import Navbar from '../components/Navbar.astro';
-import translate from '../i18n/translate';
-import site from '../i18n/translations/site';
-import type Locale from '../types/Locale';
+import Footer from '$components/Footer.astro';
+import Navbar from '$components/Navbar.astro';
+import translate from '$i18n/translate';
+import site from '$i18n/translations/site';
+import type Locale from '$types/Locale';
interface Props {
locale: Locale;