origin/apps/web/src/app/main/home/page.tsx

9 lines
137 B
TypeScript
Raw Normal View History

2025-03-12 08:23:33 +08:00
import React from "react"
2025-03-19 15:57:48 +08:00
export default function Dashboard() {
2025-03-12 08:23:33 +08:00
return (
<div >
2025-03-19 15:57:48 +08:00
2025-03-12 08:23:33 +08:00
</div>
)
}