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