casualroom/apps/oa/web/app/[locale]/dashboard/page.tsx

3 lines
63 B
TypeScript
Raw Normal View History

2025-07-28 10:32:25 +08:00
export default function DashboardPage() {
return <>123</>
}