import App, { AppProps } from 'next/app' import '../styles/globals.css' function app(props: AppProps) { return } export default app