ticket section
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user