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