This commit is contained in:
2024-09-18 15:51:13 +02:00
parent cfba225ffa
commit 60a7a54fbc
73 changed files with 2674 additions and 288 deletions

View File

@@ -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 />
</>
)
}