import Head from 'next/head' import style from './style' const App = (props) => (
{props.children}
) export default App