Deleted search bar

This commit is contained in:
2026-05-26 14:09:09 +01:00
parent 6e9daf3e60
commit f233c46853
19 changed files with 7 additions and 150 deletions
+1 -7
View File
@@ -1,9 +1,3 @@
<div class="flex mt-2">
<div class="ml-95 w-150">
<app-search></app-search>
</div>
</div>
<div class="mt-1">
<div class="mt-2">
<app-quotation-table></app-quotation-table>
</div>
-2
View File
@@ -1,11 +1,9 @@
import {Component} from '@angular/core';
import {Search} from "../../components/search/search";
import {QuotationTable} from "../../components/quotation-table/quotation-table";
@Component({
selector: 'app-quotation',
imports: [
Search,
QuotationTable
],
templateUrl: './quotation.html',