This commit is contained in:
g
2026-01-11 07:39:20 +00:00
parent 86b812f42b
commit 4d9f205277
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import { Input } from "@/components/ui/input";
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table";
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
import { Search, Filter, Eye, ChevronLeft, ChevronRight } from "lucide-react";
import { FixedSizeList as List } from 'react-window';
import { List } from 'react-window';
import OrderDetailsModal from "./OrderDetailsModal";
interface Order {