add some php host api and add hire developer and ai agent page
This commit is contained in:
9
src/pages/hire-developer.astro
Normal file
9
src/pages/hire-developer.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import Developer from "../components/HireDeveloper";
|
||||
---
|
||||
<Layout title="">
|
||||
<div>
|
||||
<Developer client:load />
|
||||
</div>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user