3 lines
89 B
TypeScript
Executable file
3 lines
89 B
TypeScript
Executable file
import App from './dist/pages/_app'
|
|
export * from './dist/pages/_app'
|
|
export default App
|