Skip to content

Commit fe65df7

Browse files
committed
Add Backendlogs component to main layout
- Import Backendlogs from components directory - Render Backendlogs in the layout - Improve logging accessibility in the UI - Maintain existing functionality of NotificationsVolume - Ensure seamless integration with other components - Update layout structure to include Backendlogs
1 parent b9f298b commit fe65df7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/layout/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import CachedIcon from "@material-ui/icons/Cached";
2323

2424
import MainListItems from "./MainListItems";
2525
import NotificationsPopOver from "../components/NotificationsPopOver";
26+
import { Backendlogs } from "../components/Backendlogs";
2627
import NotificationsVolume from "../components/NotificationsVolume";
2728
import UserModal from "../components/UserModal";
2829
import AboutModal from "../components/AboutModal";
@@ -426,6 +427,8 @@ const LoggedInLayout = ({ children, themeToggle }) => {
426427
)}
427428
</Typography>
428429

430+
<Backendlogs />
431+
429432
<NotificationsVolume
430433
setVolume={setVolume}
431434
volume={volume}

0 commit comments

Comments
 (0)