5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
const DashboardIndexLayout = () => {
|
|
return <div className="flex items-center justify-center">Dashboard Page</div>
|
|
}
|
|
export default DashboardIndexLayout
|