Skip to content
Snippets Groups Projects
Commit cda76fe1 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13671 TIME 0:10 modules refactoring

parent d926f02c
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,14 @@ import { SharedModule } from './app-common.module';
import { SignatureBookRoutingModule } from './signature-book-routing.module';
import { SignatureBookComponent } from './signature-book.component';
import { NoteModule } from './notes/note.module';
import { DocumentViewerModule } from './viewer/document-viewer.module';
@NgModule({
imports: [
SharedModule,
SignatureBookRoutingModule,
NoteModule
NoteModule,
DocumentViewerModule
],
declarations: [SignatureBookComponent],
entryComponents: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment