import { Page } from './containers/page'; const App: React.FC = () => { return ; }; export { App };