Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Apr 5, 2024
1 parent c46683a commit 3b38a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const Link = (Link: string[] = []) =>
(Link) => `<link rel="stylesheet" type="text/css" href="${Link}" />`
).join("\n");
const { Head } = await import("astro-capo");
const { ViewTransitions } = await import("astro:transitions");
import { Head } from "astro-capo";
import { ViewTransitions } from "astro:transitions";
---

<!doctype html>
Expand Down

0 comments on commit 3b38a43

Please sign in to comment.