Implement aside

This commit is contained in:
2026-05-06 00:03:42 +02:00
parent 551b5f6301
commit d8a5371108
19 changed files with 121 additions and 46 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
---
import "../styles/global.css";
import Footer from "../components/Footer.astro";
import Header from "../components/Header.astro";
import Footer from "@/components/Footer.astro";
import Header from "@/components/Header.astro";
interface Props {
title: string;