ok
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Usecases from '@/components/Usecases'
|
||||
import Banner from '@/components/Banner'
|
||||
import Communhero from '@/components/Communhero'
|
||||
import Commevents from '@/components/Commevents'
|
||||
import Events from '@/components/Events'
|
||||
|
||||
export default function community() {
|
||||
return (
|
||||
<>
|
||||
<Communhero />
|
||||
<Commevents />
|
||||
<Events />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user