Browse Source

Clear warning from admin-client prod build

master
jochen 1 year ago
parent
commit
f247070025
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      admin-client/src/components/header.js

+ 0
- 1
admin-client/src/components/header.js View File

@@ -8,7 +8,6 @@ import {Button, IconButton} from "@mui/material";

import "./header.scss";
import {useAuth} from "../services/authentication/use-auth";
import {Breadcrumb} from "./breadcrumb";

export default function Header() {
const navigate = useNavigate();


Loading…
Cancel
Save