vibe coded. should not be used but I'll commit it to a separate branch just in case
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
---
|
|
import Layout from '@layouts/Layout.astro';
|
|
import About from '@components/About.astro';
|
|
---
|
|
|
|
<Layout lang="en">
|
|
<About lang="en" />
|
|
</Layout> |