martials.no/src/pages/en/links.astro
Martin Berg Alstad beefabb908
Links page.
Icons using npm package instead of svgs.

Props and types.

Signed-off-by: Martin Berg Alstad <git@martials.no>
2024-10-06 13:27:18 +02:00

7 lines
164 B
Plaintext

---
import Layout from "@/layouts/Layout.astro"
import LinksPage from "@/components/myLinks/LinksPage.astro"
---
<Layout title="My links">
<LinksPage />
</Layout>