[init] init version
This commit is contained in:
10
src/app/pages/errors/errors.module.ts
Normal file
10
src/app/pages/errors/errors.module.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { AppSharedModule } from '../../app.shared';
|
||||
import { IndexComponent } from './index/index.component';
|
||||
import { ErrorsRoutingModule } from './errors-routing.module';
|
||||
|
||||
@NgModule({
|
||||
declarations: [IndexComponent],
|
||||
imports: [AppSharedModule, ErrorsRoutingModule],
|
||||
})
|
||||
export class ErrorsModule {}
|
||||
Reference in New Issue
Block a user