docs.sheetjs.com/docz/static/next/_app.js

6 lines
122 B
JavaScript
Raw Normal View History

2023-05-26 22:50:23 +00:00
import '../styles.css'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}