diff options
author | Tyler Ferrari <69283684+Sowgro@users.noreply.github.com> | 2025-03-31 23:01:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-31 23:01:28 -0400 |
commit | 469678629e456a792e5f0c328e7c6786064279cb (patch) | |
tree | 2c3a13246596e01d4bc95166d25548311e5be25f /ufund-ui/src/app/app.module.ts | |
parent | 4f8ddd385924b3c7c2b36acd28daf658ecc2cb09 (diff) | |
parent | 4186983da13740ec0a4731770ac238922631be11 (diff) | |
download | JellySolutions-469678629e456a792e5f0c328e7c6786064279cb.tar.gz JellySolutions-469678629e456a792e5f0c328e7c6786064279cb.tar.bz2 JellySolutions-469678629e456a792e5f0c328e7c6786064279cb.zip |
Merge pull request #23 from RIT-SWEN-261-02/need-edit-component
Need edit component
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 c91256e..16455be 100644 --- a/ufund-ui/src/app/app.module.ts +++ b/ufund-ui/src/app/app.module.ts @@ -17,6 +17,7 @@ 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'; import { ToastComponent } from './components/toast/toast.component'; +import { NeedEditComponent } from './components/need-edit/need-edit.component'; @NgModule({ declarations: [ @@ -31,6 +32,7 @@ import { ToastComponent } from './components/toast/toast.component'; SignupComponent, MiniNeedListComponent, ToastComponent, + NeedEditComponent, ], imports: [ BrowserModule, |