diff --git a/Source/Layout/Base.astro b/Source/Layout/Base.astro
index 0b6cacc6..629f0c59 100644
--- a/Source/Layout/Base.astro
+++ b/Source/Layout/Base.astro
@@ -2,7 +2,7 @@
import "@Stylesheet/Base.css";
import { Head } from "astro-capo";
-import { ViewTransitions } from "astro:transitions";
+import { ClientRouter } from "astro:transitions";
// TODO Place your title and description here
const { Title = "", Description = "" } = Astro.props;
@@ -52,7 +52,7 @@ interface Props {