4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
import App from 'next/dist/pages/_app'
|
|
export * from 'next/dist/pages/_app'
|
|
export default App
|