aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/app.module.ts')
-rw-r--r--ufund-ui/src/app/app.module.ts12
1 files changed, 11 insertions, 1 deletions
diff --git a/ufund-ui/src/app/app.module.ts b/ufund-ui/src/app/app.module.ts
index b1c6c96..ee2d578 100644
--- a/ufund-ui/src/app/app.module.ts
+++ b/ufund-ui/src/app/app.module.ts
@@ -3,10 +3,20 @@ import { BrowserModule } from '@angular/platform-browser';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
+import { NeedPageComponent } from './need-page/need-page.component';
+import { HomePageComponent } from './home-page/home-page.component';
+import { FundingBasketComponent } from './funding-basket/funding-basket.component';
+import { CupboardComponent } from './cupboard/cupboard.component';
+import { NeedListComponent } from './need-list/need-list.component';
@NgModule({
declarations: [
- AppComponent
+ AppComponent,
+ NeedPageComponent,
+ HomePageComponent,
+ FundingBasketComponent,
+ CupboardComponent,
+ NeedListComponent
],
imports: [
BrowserModule,