We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08ef4b commit 3ab8418Copy full SHA for 3ab8418
frontend/src/components/table/TenderTable.tsx
@@ -24,7 +24,6 @@ import {
24
import { useState, useMemo, useCallback, useEffect } from "react";
25
import TablePaginationControls from "./TablePaginationControls";
26
import "./tableStyles.css";
27
-import { QuickFilters } from "../search";
28
import type { Tender } from "../../api/types";
29
import { Link } from "react-router-dom";
30
import {
0 commit comments