|
|
@@ -3,13 +3,13 @@ import { BrowserModule } from '@angular/platform-browser'; |
|
|
|
|
|
|
|
import { AppRoutingModule } from './app-routing.module'; |
|
|
|
import { AppComponent } from './app.component'; |
|
|
|
import { LoginComponent } from './components/login/login.component'; |
|
|
|
import { TabsComponent } from './tabs/tabs.component'; |
|
|
|
import { RegisterBusinessComponent } from './components/register-business/register-business.component'; |
|
|
|
import { LoginComponent } from './pages/login/login.component'; |
|
|
|
import { TabsComponent } from './layout/tabs/tabs.component'; |
|
|
|
import { RegisterBusinessComponent } from './pages/register-business/register-business.component'; |
|
|
|
import { FormsModule } from '@angular/forms'; |
|
|
|
import { MockComponent } from './widgets/mock/mock.component'; |
|
|
|
import { EServicesComponent } from './components/e-services/e-services.component'; |
|
|
|
import { NotificationsComponent } from './components/notifications/notifications.component'; |
|
|
|
import { EServicesComponent } from './pages/e-services/e-services.component'; |
|
|
|
import { NotificationsComponent } from './layout/notifications/notifications.component'; |
|
|
|
import { CreateCommitteeComponent } from './widgets/create-committee/create-committee.component'; |
|
|
|
import { CheckStatusComponent } from './widgets/check-status/check-status.component'; |
|
|
|
import { TableComponent } from './widgets/table/table.component'; |
|
|
|