Kremta-Website/src/pages/404.astro

6 lines
92 B
Plaintext

---
import EntryLayout from "@components/not-found/EntryLayout.astro";
---
<EntryLayout />