function HomeParticipate(){
    return(
        <h1>HomeParticipate</h1>
    );
}

export default HomeParticipate;