8 lines
193 B
Text
8 lines
193 B
Text
---
|
|
import Intro from "@/components/Intro.astro";
|
|
import Layout from "@/layouts/Layout.astro";
|
|
---
|
|
|
|
<Layout title="fiatcode" description="Welcome to my personal website">
|
|
<Intro />
|
|
</Layout>
|