Merge package

This commit is contained in:
Walter Jay
2019-05-21 17:05:30 +09:00
parent 393507d138
commit f024602072
2 changed files with 1 additions and 2 deletions

View File

@ -12,6 +12,7 @@ import { AngularFireDatabaseModule } from '@angular/fire/database';
import { AppMaterialModule } from '@app/app-material.module';
import { AppRoutingModule } from '@app/app-routing.module';
import { HeaderComponent } from './header/header.component';
import { RegisterComponent } from './register/register.component';
import { LogService, SEOService } from '@app/core/services';
import { GlobalErrorHandler } from '@app/core/global-error-handler/global-error-handler.service';