potentia-website/src/pages/index.astro
SanjayramVempati 58865ea6be simple navbar
2023-03-03 18:28:27 -05:00

11 lines
134 B
Plaintext

---
import Layout from '../layouts/Layout.astro';
import Nav from '../components/Nav.astro';
---
<Layout>
<Nav></Nav>
</Layout>