mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
7 lines
235 B
TypeScript
7 lines
235 B
TypeScript
import EventDescription from '@/components/custom/EventDescription';
|
|
import Home from './Home';
|
|
import ConfirmationTicket from '@/components/Confirmation';
|
|
import Profile from '@/components/Profile';
|
|
|
|
export default function Page() {}
|