import { type FC } from 'react' const TicketsList: FC = () => { return (
Tickets List
) } export default TicketsList