aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-31 15:10:52 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-31 15:10:52 -0400
commitb07405c2a1817271c84e25bfe62b6b3ff36136f9 (patch)
treef636d2684a1cb6b0618fdfef073197529765787d
parentd07e7630c836711b92cffd41fe99d15c84cb025f (diff)
downloadJellySolutions-b07405c2a1817271c84e25bfe62b6b3ff36136f9.tar.gz
JellySolutions-b07405c2a1817271c84e25bfe62b6b3ff36136f9.tar.bz2
JellySolutions-b07405c2a1817271c84e25bfe62b6b3ff36136f9.zip
Unused imports
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.ts2
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({