fx rename
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user