Files
ticketchain/app/page.tsx
2024-10-25 23:43:10 +01:00

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() {}