fx rename
This commit is contained in:
parent
b76e971880
commit
1e2de5f5cd
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
images: {
|
||||
domains: ["openweathermap.org"],
|
||||
},
|
||||
};
|
||||
// module.exports = {
|
||||
// images: {
|
||||
// domains: ["openweathermap.org"],
|
||||
// },
|
||||
// };
|
||||
|
@ -1,7 +1,7 @@
|
||||
import '../styles/globals.css'
|
||||
import "../styles/globals.css";
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
function WeatherApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />;
|
||||
}
|
||||
|
||||
export default MyApp
|
||||
export default WeatherApp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user