вернул как было
This commit is contained in:
Kataev Denis 2022-09-29 10:32:06 +04:00
parent 86eaca953e
commit 914b1ec5ed

View File

@ -56,10 +56,10 @@ import { NotFoundComponent } from './pages/not-found/not-found.component';
AppRoutingModule,
RouterModule.forRoot([
{
path: '',
path: '**',
component: MainComponent
},
{ path: '**', component: NotFoundComponent }
// { path: '**', component: NotFoundComponent }
]),
InputMaskModule,
ProgressSpinnerModule,