webapp/src/pages/inbox.astro.bak

9 lines
147 B
Plaintext
Raw Normal View History

2022-09-09 11:53:35 +00:00
---
import InboxPage from '../components/Views/Inbox'
import About from '../layouts/about.astro'
---
<About>
<InboxPage client:load />
</About>