-
Get started by editing{' '}
app/page.tsx. - Save and see your changes instantly.
import Image from 'next/image'; import EventCounter from '@/components/sc/eventCounter'; import CreateEvent from '@/components/sc/createEvent'; import GetEventPrice from '@/components/sc/getEventPrice'; export default function Home() { return (
app/page.tsx
.