add event page
This commit is contained in:
@@ -5,14 +5,14 @@ import Commevents from '@/components/Commevents'
|
||||
import Events from '@/components/Events'
|
||||
import Socials from '@/components/Socials'
|
||||
import Blogposts from '@/components/Blogposts'
|
||||
import Eventhero from '@/components/Eventhero'
|
||||
import Eventpage1 from '@/components/Eventpage1'
|
||||
|
||||
export default function events() {
|
||||
return (
|
||||
<>
|
||||
<Communhero />
|
||||
<Socials />
|
||||
<Events />
|
||||
<Blogposts />
|
||||
<Eventhero />
|
||||
<Eventpage1 />
|
||||
|
||||
</>
|
||||
)
|
||||
|
Reference in New Issue
Block a user