const App = ({ children }) => (
{children}
); export default App;