diff --git a/frontend/src/pages/Buchhaltung.tsx b/frontend/src/pages/Buchhaltung.tsx index e06d323..7cbb37a 100644 --- a/frontend/src/pages/Buchhaltung.tsx +++ b/frontend/src/pages/Buchhaltung.tsx @@ -41,7 +41,6 @@ import { } from '@mui/icons-material'; import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query'; import { useLocation, useNavigate } from 'react-router-dom'; -import MainLayout from '../components/shared/MainLayout'; import { buchhaltungApi } from '../services/buchhaltung'; import { useNotification } from '../contexts/NotificationContext'; import { usePermissionContext } from '../contexts/PermissionContext'; @@ -807,8 +806,7 @@ export default function Buchhaltung() { }; return ( - - + Buchhaltung @@ -840,7 +838,6 @@ export default function Buchhaltung() { onJahrChange={setSelectedJahrId} /> )} - - + ); }