Migrate Components

This commit is contained in:
aronmal 2023-11-09 14:43:14 +01:00
parent c51593dbc4
commit 036a2d1e4a
Signed by: aronmal
GPG key ID: 816B7707426FC612
7 changed files with 302 additions and 352 deletions

View file

@ -1,5 +1,6 @@
---
import { Footer, NavBar } from "@components/wrapping_objects";
import Footer from "@components/Footer.astro";
import NavBar from "@components/NavBar.astro";
---
<!doctype html>