Sales Delivery Page

This commit is contained in:
efrilm
2025-09-10 00:28:23 +07:00
parent cc3a0c07a9
commit ce9f845fe4
8 changed files with 649 additions and 3 deletions
@@ -0,0 +1,7 @@
import SalesDeliveryListTable from '@/views/apps/sales/sales-deliveries/list/SalesDeliveryListTable'
const SalesDeliveryPage = () => {
return <SalesDeliveryListTable />
}
export default SalesDeliveryPage