Files
Frontend.astro/src/pages/404.astro
2024-02-29 02:39:06 +03:00

9 lines
175 B
Plaintext

---
import LayoutStacked from '../app/LayoutStacked.astro'
import ErrorNotFound from '../widgets/ErrorNotFound.astro'
---
<LayoutStacked>
<ErrorNotFound />
</LayoutStacked>