ticket section

This commit is contained in:
hamid zarghami
2026-02-23 15:15:34 +03:30
parent 4ba62b39f9
commit 1c8e5aa849
8 changed files with 33 additions and 28 deletions
+3
View File
@@ -5,6 +5,7 @@ import RequestItem from './components/RequestItem'
import { Paths } from '@/config/Paths'
import Button from '@/components/Button'
import { TickSquare } from 'iconsax-react'
import TicketSection from '../order/components/TicketSection'
const RequestDetail: FC = () => {
const { id } = useParams()
@@ -38,6 +39,8 @@ const RequestDetail: FC = () => {
))}
</div>
</div>
<TicketSection />
</div>
)
}