create project
This commit is contained in:
10
kitabcitab/node_modules/next/dist/esm/client/app-next.js
generated
vendored
Normal file
10
kitabcitab/node_modules/next/dist/esm/client/app-next.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { appBootstrap } from './app-bootstrap';
|
||||
appBootstrap(()=>{
|
||||
// Include app-router and layout-router in the main chunk
|
||||
require('next/dist/client/components/app-router');
|
||||
require('next/dist/client/components/layout-router');
|
||||
const { hydrate } = require('./app-index');
|
||||
hydrate();
|
||||
});
|
||||
|
||||
//# sourceMappingURL=app-next.js.map
|
||||
Reference in New Issue
Block a user