diff --git a/app/page.tsx b/app/page.tsx index 63bb4c7..a489fb6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -8,11 +8,14 @@ import PreviousTickets from '@/components/PreviousTickets'; export default function Page() { // Define the handleSubmit function + return ( <> {/* */} {/* handleSubmit(data)} /> */} - {/* */} + {/* */} ); } + +