Rename TableSampleOrders to TableOrders

This commit is contained in:
lora322 2025-09-23 21:51:37 -04:00 committed by GitHub
parent 92aa5d1622
commit 32d328eb25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ import ListOrders from './ListOrders';
const perPage = 10;
const TableSampleOrders = ({
const TableOrders = ({
filterItems,
setFilterItems,
filters,
@ -494,4 +494,4 @@ const TableSampleOrders = ({
);
};
export default TableSampleOrders;
export default TableOrders;