martials.no/src/pages/links.astro
Martin Berg Alstad cb00252364
All checks were successful
Build and deploy website / build (push) Successful in 33s
🎨 Format files, Added codeberg to links,lighter colour for linkcards
2025-02-15 14:59:32 +01:00

10 lines
198 B
Plaintext

---
import Layout from "@/layouts/Layout.astro"
import LinksPage from "@/components/myLinks/LinksPage.astro"
import "@/styles/global.css"
---
<Layout title="Mine lenker">
<LinksPage />
</Layout>