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