8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
---
|
|
import BaseLayout from "../layouts/BaseLayout.astro";
|
|
---
|
|
|
|
<BaseLayout>
|
|
<p>Skills</p>
|
|
</BaseLayout>
|