Improve code quality

This commit is contained in:
2024-01-03 19:23:35 +01:00
parent c880c5e6bb
commit 85dcb06014
3 changed files with 6 additions and 8 deletions

View File

@ -4,7 +4,6 @@ import {
mdiHome,
mdiInformation,
mdiLan,
mdiSecurity,
mdiSecurityNetwork,
} from "@mdi/js";
import Icon from "@mdi/react";
@ -17,9 +16,9 @@ import {
ListItemText,
} from "@mui/material";
import { Outlet, useLocation } from "react-router-dom";
import { isDebug } from "../utils/DebugUtils";
import { RouterLink } from "./RouterLink";
import { VirtWebAppBar } from "./VirtWebAppBar";
import { isDebug } from "../utils/DebugUtils";
export function BaseAuthenticatedPage(): React.ReactElement {
return (