feat: initial build - static app kapp-pwa
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
(self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([[9346],{
|
||||
|
||||
/***/ 59346:
|
||||
/*!*******************************************!*\
|
||||
!*** ./src/app/modules/modules.routes.ts ***!
|
||||
\*******************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "modulesRoutes": () => (/* binding */ modulesRoutes)
|
||||
/* harmony export */ });
|
||||
const modulesRoutes = [
|
||||
{
|
||||
path: 'wc',
|
||||
loadChildren: () => __webpack_require__.e(/*! import() */ 6720).then(__webpack_require__.bind(__webpack_require__, /*! ./wc/wc.module */ 76720)).then(m => m.WcModule)
|
||||
},
|
||||
{
|
||||
path: 'parking',
|
||||
loadChildren: () => __webpack_require__.e(/*! import() */ 4822).then(__webpack_require__.bind(__webpack_require__, /*! ./parking/parking.module */ 94822)).then(m => m.ParkingPageModule)
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: '/home'
|
||||
}
|
||||
// Adicione outras rotas de subsistemas aqui
|
||||
];
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}])
|
||||
//# sourceMappingURL=9346.js.map
|
||||
Reference in New Issue
Block a user