5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
const DashboardIndexLayout = () => {
|
|
return <div>Dashboard Page</div>
|
|
}
|
|
export default DashboardIndexLayout
|