import { AppBar, Box, Toolbar } from "@mui/material"; export const HeaderBar = () => { return ( hello this is the left side hello this is the right side ); };