Cleaned code with new components
This commit is contained in:
@@ -5,6 +5,7 @@ import {addIcons} from "ionicons";
|
||||
import {FriendsService, GetUserDto, UsersService} from "../../services/api";
|
||||
import {firstValueFrom} from "rxjs";
|
||||
import {FriendsStateService} from "../../services/friends-state";
|
||||
import {GenericUserInfoComponent} from "../generic-user-info/generic-user-info.component";
|
||||
|
||||
addIcons({
|
||||
'close': closeCircleOutline,
|
||||
@@ -15,7 +16,8 @@ addIcons({
|
||||
templateUrl: './friends-list.component.html',
|
||||
styleUrls: ['./friends-list.component.scss'],
|
||||
imports: [
|
||||
IonicModule
|
||||
IonicModule,
|
||||
GenericUserInfoComponent
|
||||
]
|
||||
})
|
||||
export class FriendsListComponent {
|
||||
|
||||
Reference in New Issue
Block a user