Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

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 8b105d0 commit a01a35b
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 @@ -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";
---

<!doctype html>
Expand Down

0 comments on commit a01a35b

Please sign in to comment.