product list

This commit is contained in:
hamid zarghami
2025-10-20 15:35:25 +03:30
parent dbe37e371e
commit 4b9e797665
10 changed files with 177 additions and 358 deletions
+11
View File
@@ -0,0 +1,11 @@
import { type FC } from 'react'
const OrdersList: FC = () => {
return (
<div className='mt-5'>
<h1 className='text-lg font-light'>سفارش ها</h1>
</div>
)
}
export default OrdersList