Initial boiler plate project
This commit is contained in:
11
node_modules/next/dist/esm/server/future/route-modules/route-module.js
generated
vendored
Normal file
11
node_modules/next/dist/esm/server/future/route-modules/route-module.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* RouteModule is the base class for all route modules. This class should be
|
||||
* extended by all route modules.
|
||||
*/ export class RouteModule {
|
||||
constructor({ userland, definition }){
|
||||
this.userland = userland;
|
||||
this.definition = definition;
|
||||
}
|
||||
}
|
||||
|
||||
//# sourceMappingURL=route-module.js.map
|
||||
Reference in New Issue
Block a user