import * as React from 'react'; import MuiAppBar, { AppBarProps } from '@mui/material/AppBar'; function AppBar(props: AppBarProps) { return ; } export default AppBar;