1
Fork 0
This repository has been archived on 2025-04-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Frontend-Project/web/pages/index.astro
2024-09-05 00:24:19 -04:00

6 lines
No EOL
68 B
Text

---
// Layout
import Base from '@layouts/Default.astro'
---
<Base/>