Deleted Sidebar from dashboard

This commit is contained in:
Angelillo15 2023-08-04 19:22:54 +02:00
parent dc6b5e704f
commit da0be11d29
1 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@ import SubNavigation from '@/components/elements/SubNavigation';
import { useLocation } from 'react-router';
import Spinner from '@/components/elements/Spinner';
import routes from '@/routers/routes';
import Sidebar from '@/components/Sidebar';
export default () => {
const location = useLocation();
@ -30,8 +29,6 @@ export default () => {
</SubNavigation>
)}
<Sidebar />
<TransitionRouter>
<React.Suspense fallback={<Spinner centered />}>
<Switch location={location}>