mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export default function Page() {
|
|
return <div>Transfer Ticket</div>;
|
|
}
|