9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
---
|
|
import Layout from "../layouts/Layout.astro";
|
|
import Developer from "../components/HireDeveloper";
|
|
---
|
|
<Layout title="">
|
|
<div>
|
|
<Developer client:load />
|
|
</div>
|
|
</Layout> |