Untitled
unknown
plain_text
2 years ago
216 B
8
Indexable
import React from 'react';
import DashboardLayout from '../components/DashboardLayout';
const DashboardPage = () => {
return (
<div>
<DashboardLayout />
</div>
);
};
export default DashboardPage;
Editor is loading...
Leave a Comment