works!???
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import '../styles/globals.css'
|
||||
import type { AppProps } from 'next/app'
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
|
||||
// import { connection }from '@nirvana/common'
|
||||
// connection()
|
||||
|
||||
export default MyApp
|
||||
Reference in New Issue
Block a user