import { SWRConfig } from "swr"; import "styles/globals.css"; import "styles/weather-icons.css"; function MyApp({ Component, pageProps }) { return ( fetch(resource, init).then((res) => res.json()), }} > ); } export default MyApp;