finished previousTicket component

This commit is contained in:
ashprit
2024-10-26 22:22:31 +01:00
parent f4574c79bf
commit c9e3512cc5

View File

@@ -8,6 +8,7 @@ import PreviousTickets from '@/components/PreviousTickets';
export default function Page() { export default function Page() {
// Define the handleSubmit function // Define the handleSubmit function
return ( return (
<> <>
{/* <Home /> */} {/* <Home /> */}
@@ -16,3 +17,5 @@ export default function Page() {
</> </>
); );
} }