diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx
index ecb7571..9af613b 100644
--- a/src/app/(main)/layout.tsx
+++ b/src/app/(main)/layout.tsx
@@ -5,7 +5,6 @@ import { redirect } from "next/navigation";
import Box from "@mui/material/Box";
import { NAVIGATION_CONTENT_WIDTH } from "@/config/uiConfig";
import Stack from "@mui/material/Stack";
-import Breadcrumb from "@/components/Breadcrumb";
import { AxiosProvider } from "@/app/(main)/axios/AxiosProvider";
import { SetupAxiosInterceptors } from "@/app/(main)/axios/axiosInstance";
import { CameraProvider } from "@/components/Cameras/CameraProvider";
@@ -54,7 +53,6 @@ export default async function MainLayout({
>
-
{children}
diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx
index a870dc3..cb70811 100644
--- a/src/components/AppBar/AppBar.tsx
+++ b/src/components/AppBar/AppBar.tsx
@@ -6,6 +6,8 @@ import Box from "@mui/material/Box";
import NavigationToggle from "./NavigationToggle";
import { I18nProvider } from "@/i18n";
import { Typography } from "@mui/material";
+import Breadcrumb from "@/components/Breadcrumb";
+import { NAVIGATION_CONTENT_WIDTH } from "@/config/uiConfig";
export interface AppBarProps {
avatarImageSrc?: string;
@@ -18,6 +20,12 @@ const AppBar: React.FC = ({ avatarImageSrc, profileName }) => {
+
+
+
+
+
+