merging changes with initial branch

This commit is contained in:
ashprit
2024-10-25 23:46:16 +01:00
10 changed files with 8582 additions and 53 deletions

View File

@@ -1,6 +1,10 @@
import EventDescription from '@/components/custom/EventDescription';
import Home from './Home';
import ConfirmationTicket from '@/components/Confirmation';
import Profile from '@/components/Profile';
export default function Page() {}
export default function Page() {
return (
<>
<Home />
</>
);
}