All checks were successful
Build and deploy website / build (push) Successful in 33s
10 lines
198 B
Plaintext
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>
|