9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
---
|
|
import Layout from "../layouts/Layout.astro"
|
|
import ComingSoon from "../components/ComingSoon.astro"
|
|
---
|
|
|
|
<Layout title="Latest Projects — 暂未上线">
|
|
<ComingSoon module="Latest Projects" moduleZh="最新项目" />
|
|
</Layout>
|