feature: immo
This commit is contained in:
parent
bb90552e17
commit
548e4c2c00
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import styles from "./styles.module.scss"
|
|||
import { ImageWithText } from '@/compositions/ImageWithText/ImageWithText'
|
||||
import { fetchGroup } from '@/fetch/group'
|
||||
import { notFound } from 'next/navigation'
|
||||
import { fetchEvents } from '@/fetch/events'
|
||||
import { Section } from '@/components/Section/Section'
|
||||
import { Title } from '@/components/Title/Title'
|
||||
import { Container } from '@/components/Container/Container'
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ import styles from './styles.module.scss'
|
|||
import classNames from 'classnames'
|
||||
import { GroupEvents } from '@/compositions/GroupEvents/GroupEvents'
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<Section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue