/* eslint-disable react/react-in-jsx-scope */ import { Paper } from "@material-ui/core"; import Grid from "@material-ui/core/Grid"; import Typography from "@material-ui/core/Typography"; function Header() { return ( AWS Panorama |{" "} Shelf Monitoring ); } export default Header;