Files
eryao/web/src/pages/zh/profile/index.astro
T
2026-05-09 16:00:29 +08:00

8 lines
152 B
Plaintext

---
import DashboardAppPage from '../../../components/DashboardAppPage.astro';
const locale = 'zh' as const;
---
<DashboardAppPage locale={locale} />