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
2021-03-08 20:21:27 +01:00

8 lines
164 B
TypeScript

import AppLayout from 'common/AppLayout/AppLayout';
const DashboardPage = () => {
return <AppLayout>DashboardPage</AppLayout>;
};
export default DashboardPage;