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