8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
|
---
|
||
|
|
import DashboardAppPage from '../../../components/DashboardAppPage.astro';
|
||
|
|
|
||
|
|
const locale = 'zh' as const;
|
||
|
|
---
|
||
|
|
|
||
|
|
<DashboardAppPage locale={locale} />
|