| import '../styles/globals.css'; | |
| import 'instantsearch.css/themes/satellite-min.css'; | |
| function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} />; | |
| } | |
| export default MyApp; | |
| import '../styles/globals.css'; | |
| import 'instantsearch.css/themes/satellite-min.css'; | |
| function MyApp({ Component, pageProps }) { | |
| return <Component {...pageProps} />; | |
| } | |
| export default MyApp; | |