diff options
Diffstat (limited to 'ufund-ui/src/app')
| -rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.ts | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.ts b/ufund-ui/src/app/components/dashboard/dashboard.component.ts index 49d93bf..645893f 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.ts +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.ts @@ -1,10 +1,8 @@  import {Component, OnInit} from '@angular/core'; -import {userType} from '../../models/User';  import {AuthService} from '../../services/auth.service';  import {Router} from '@angular/router';  import {Need} from '../../models/Need';  import {CupboardService} from '../../services/cupboard.service'; -import {UsersService} from '../../services/users.service';  import {firstValueFrom} from 'rxjs';  @Component({  | 
