lingjing/node_modules/next/app.d.ts
2026-02-23 09:51:43 +00:00

4 lines
89 B
TypeScript

import App from './dist/pages/_app'
export * from './dist/pages/_app'
export default App