mirror of
https://github.com/tomru/advcal.git
synced 2026-03-04 06:57:18 +01:00
use jsx extension for react stuff
This commit is contained in:
8
pages/_app.jsx
Normal file
8
pages/_app.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import '../styles/globals.css'
|
||||
import "../styles/styles.css";
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
export default MyApp
|
||||
Reference in New Issue
Block a user