mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-11 01:23:51 +00:00
8 lines
137 B
TypeScript
8 lines
137 B
TypeScript
|
import '../styles/globals.css'
|
||
|
|
||
|
function MyApp({ Component, pageProps }) {
|
||
|
return <Component {...pageProps} />
|
||
|
}
|
||
|
|
||
|
export default MyApp
|