aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/app.module.ts
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-02-26 20:41:35 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-02-26 20:41:35 -0500
commit8a2d6c332a089c2dbb7351514499e16f343959ff (patch)
tree9451b9a92b8fc43ed88d215fd3b8a63a151f12f7 /ufund-ui/src/app/app.module.ts
parent04910f9a8e8b30add77852ac2968acdbda834a83 (diff)
downloadJellySolutions-8a2d6c332a089c2dbb7351514499e16f343959ff.tar.gz
JellySolutions-8a2d6c332a089c2dbb7351514499e16f343959ff.tar.bz2
JellySolutions-8a2d6c332a089c2dbb7351514499e16f343959ff.zip
Start services and organize project
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/app.module.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/ufund-ui/src/app/app.module.ts b/ufund-ui/src/app/app.module.ts
index ee2d578..95208e1 100644
--- a/ufund-ui/src/app/app.module.ts
+++ b/ufund-ui/src/app/app.module.ts
@@ -3,11 +3,11 @@ 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';
+import { NeedPageComponent } from './components/need-page/need-page.component';
+import { HomePageComponent } from './components/home-page/home-page.component';
+import { FundingBasketComponent } from './components/funding-basket/funding-basket.component';
+import { CupboardComponent } from './components/cupboard/cupboard.component';
+import { NeedListComponent } from './components/need-list/need-list.component';
@NgModule({
declarations: [