add blog
This commit is contained in:
@@ -4,6 +4,7 @@ import Communhero from '@/components/Communhero'
|
||||
import Commevents from '@/components/Commevents'
|
||||
import Events from '@/components/Events'
|
||||
import Socials from '@/components/Socials'
|
||||
import Blogposts from '@/components/Blogposts'
|
||||
|
||||
export default function community() {
|
||||
return (
|
||||
@@ -11,6 +12,8 @@ export default function community() {
|
||||
<Communhero />
|
||||
<Socials />
|
||||
<Events />
|
||||
<Blogposts />
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user