mirror of
https://github.com/PotentiaRobotics/potentia-website.git
synced 2025-04-09 14:50:16 -04:00
11 lines
134 B
Plaintext
11 lines
134 B
Plaintext
---
|
|
import Layout from '../layouts/Layout.astro';
|
|
import Nav from '../components/Nav.astro';
|
|
---
|
|
|
|
<Layout>
|
|
<Nav></Nav>
|
|
|
|
|
|
|
|
</Layout> |