Icons using npm package instead of svgs. Props and types. Signed-off-by: Martin Berg Alstad <git@martials.no>
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
---
|
|
import Layout from "@/layouts/Layout.astro"
|
|
import LinksPage from "@/components/myLinks/LinksPage.astro"
|
|
---
|
|
<Layout title="My links">
|
|
<LinksPage />
|
|
</Layout> |