datahub/pages/_app.tsx
2020-06-04 11:48:02 +01:00

8 lines
156 B
TypeScript

/* istanbul ignore file */
import '../styles/index.css'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}