fx rename

This commit is contained in:
madarsbiss 2021-09-20 23:48:08 +03:00
parent b76e971880
commit 1e2de5f5cd
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
module.exports = { // module.exports = {
images: { // images: {
domains: ["openweathermap.org"], // domains: ["openweathermap.org"],
}, // },
}; // };

View File

@ -1,7 +1,7 @@
import '../styles/globals.css' import "../styles/globals.css";
function MyApp({ Component, pageProps }) { function WeatherApp({ Component, pageProps }) {
return <Component {...pageProps} /> return <Component {...pageProps} />;
} }
export default MyApp export default WeatherApp;