fix warnings from components
This commit is contained in:
@@ -7,7 +7,7 @@ import { Link } from 'react-router-dom'
|
||||
import { Pages } from '../../config/Pages'
|
||||
import SwitchComponent from '../../components/Switch'
|
||||
import Input from '../../components/Input'
|
||||
const TicketList: FC = () => {
|
||||
const DiscountList: FC = () => {
|
||||
const { t } = useTranslation('global')
|
||||
return (
|
||||
<div className='mt-4 min-h-[500px]'>
|
||||
@@ -113,4 +113,4 @@ const TicketList: FC = () => {
|
||||
)
|
||||
}
|
||||
|
||||
export default TicketList
|
||||
export default DiscountList
|
||||
Reference in New Issue
Block a user