mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
finished previousTicket component
This commit is contained in:
@@ -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() {
|
|||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user