Deleted search bar
This commit is contained in:
@@ -8,12 +8,8 @@
|
||||
|
||||
<app-profil-form #profilForm></app-profil-form>
|
||||
</app-modal-button>
|
||||
|
||||
<div class="ml-95 w-150">
|
||||
<app-search></app-search>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-1">
|
||||
<div class="mt-4">
|
||||
<app-user-table #userTable></app-user-table>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,6 @@ import {Component, inject, viewChild} from '@angular/core';
|
||||
import {UserTable} from "../../components/user-table/user-table";
|
||||
import {ModalButton} from "../../components/modal-button/modal-button";
|
||||
import {ProfilForm} from "../../components/profil-form/profil-form";
|
||||
import {Search} from "../../components/search/search";
|
||||
import {UsersService} from "../../services/api";
|
||||
import {NzNotificationService} from "ng-zorro-antd/notification";
|
||||
import {firstValueFrom} from "rxjs";
|
||||
@@ -13,7 +12,6 @@ import {firstValueFrom} from "rxjs";
|
||||
UserTable,
|
||||
ModalButton,
|
||||
ProfilForm,
|
||||
Search
|
||||
],
|
||||
templateUrl: './user.html',
|
||||
styleUrl: './user.css',
|
||||
|
||||
Reference in New Issue
Block a user