feat: Implement Order List for Admins

This commit is contained in:
dhinesh-m24
2026-02-05 15:30:05 +05:30
parent 7265f8db9e
commit 122159a62c
10 changed files with 605 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react'
const OrderDetail = () => {
return (
<div>OrderDetail</div>
)
}
export default OrderDetail