finished up event forms & starting ticket history

This commit is contained in:
ashprit
2024-10-26 17:42:02 +01:00
parent 9e836a7de1
commit e33d303f43
4 changed files with 119 additions and 105 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react';
// interface props{
// previousTickets: previousTicket[];
// }
const PreviousTickets = () => {
return <div className="flex flex-row">PreviousTicket</div>;
};
export default PreviousTickets;