"use client";
import {Form} from '@/Components/Event/Form';

export default function New(){    
    return(
        <Form />    
    );
}