base page title

This commit is contained in:
hamid zarghami
2025-10-15 12:29:37 +03:30
parent 48d79ac3cb
commit 587a2f30b1
99 changed files with 1280 additions and 673 deletions
+2
View File
@@ -1,4 +1,5 @@
import { type FC, useState } from 'react'
import PageTitle from '../../components/PageTitle'
import { useGetTicket, useAddTicketMessage } from './hooks/useTicketData'
import { useParams } from 'react-router-dom'
import { type IMessage, type TicketStatus } from './types/Types'
@@ -81,6 +82,7 @@ const TicketMessages: FC = () => {
return (
<div className="space-y-6">
<PageTitle />
{/* Ticket Info */}
<div className="bg-white rounded-2xl p-6 shadow-sm">
<div className="flex items-center gap-2 mb-4">