From a01a35b500bac75fe53972bf07ac9f3685fc8fec Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Fri, 5 Apr 2024 13:15:02 +0300 Subject: [PATCH] squash! Signed-off-by: Nikola R. Hristov --- Source/Layout/Base.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Layout/Base.astro b/Source/Layout/Base.astro index 06bad1b2d..44d26de0a 100644 --- a/Source/Layout/Base.astro +++ b/Source/Layout/Base.astro @@ -9,8 +9,8 @@ interface Props { Description?: string; } -const { Head } = await import("astro-capo"); -const { ViewTransitions } = await import("astro:transitions"); +import { Head } from "astro-capo"; +import { ViewTransitions } from "astro:transitions"; ---