replace yarn to pnpm

This commit is contained in:
Gabe Yuan
2023-09-21 10:31:45 +08:00
parent aa5b286e0b
commit 1b38f19cc1

View File

@@ -1,4 +1,3 @@
import PropTypes from "prop-types";
import AppBar from "@mui/material/AppBar";
import IconButton from "@mui/material/IconButton";
import MenuIcon from "@mui/icons-material/Menu";
@@ -45,8 +44,4 @@ function Header(props) {
);
}
Header.propTypes = {
onDrawerToggle: PropTypes.func.isRequired,
};
export default Header;