This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/src/features/DashboardPage/DashboardPage.tsx

6 lines
124 B
TypeScript

const DashboardPage = () => {
return <div>I'll add something here in the future.</div>;
};
export default DashboardPage;