import { Panel } from './Panels'; import { HeaderText } from './Text'; const Display = (): JSX.Element => { return ( ); }; export default Display;