diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-30 16:26:12 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-30 16:26:12 -0400 |
commit | 27b2b418cc330e37f5802a81d678dd27259ee1e0 (patch) | |
tree | 893231478cb132731546ef7eb6b5c94d0c748091 /ufund-ui/src/app/app.module.ts | |
parent | e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9 (diff) | |
parent | c6bbb29f42eaea7d0c8aebdb7b95be0287cbf4f9 (diff) | |
download | JellySolutions-27b2b418cc330e37f5802a81d678dd27259ee1e0.tar.gz JellySolutions-27b2b418cc330e37f5802a81d678dd27259ee1e0.tar.bz2 JellySolutions-27b2b418cc330e37f5802a81d678dd27259ee1e0.zip |
Merge branch 'main' into css
# Conflicts:
# ufund-ui/src/app/app-routing.module.ts
# ufund-ui/src/app/app.module.ts
# ufund-ui/src/app/components/login/login.component.html
Diffstat (limited to 'ufund-ui/src/app/app.module.ts')
-rw-r--r-- | ufund-ui/src/app/app.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ufund-ui/src/app/app.module.ts b/ufund-ui/src/app/app.module.ts index f1d6184..ea7e6ad 100644 --- a/ufund-ui/src/app/app.module.ts +++ b/ufund-ui/src/app/app.module.ts @@ -15,6 +15,7 @@ import {DashboardComponent} from './components/dashboard/dashboard.component'; import {CommonModule} from '@angular/common'; import {LoginComponent} from './components/login/login.component'; import { MiniNeedListComponent } from './components/mini-need-list/mini-need-list.component'; +import { SignupComponent } from './components/signup/signup.component'; @NgModule({ declarations: [ @@ -26,6 +27,7 @@ import { MiniNeedListComponent } from './components/mini-need-list/mini-need-lis NeedListComponent, DashboardComponent, LoginComponent, + SignupComponent, MiniNeedListComponent, ], imports: [ |