fix build
This commit is contained in:
@ -62,10 +62,10 @@ export default async function Page() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<PageSectionBlock
|
<PageSectionBlock
|
||||||
block={{ title: "Adkomst" } as any}
|
block={{ title: "Adkomst", body: [] } as any}
|
||||||
// subheading="Hvordan kommer man seg til Neuf?"
|
// subheading="Hvordan kommer man seg til Neuf?"
|
||||||
/>
|
/>
|
||||||
<PageSectionBlock block={{ title: "Åpningstider" } as any} />
|
<PageSectionBlock block={{ title: "Åpningstider", body: [] } as any} />
|
||||||
<section className="pageSection" id="adkomst">
|
<section className="pageSection" id="adkomst">
|
||||||
<h1>Adkomst</h1>
|
<h1>Adkomst</h1>
|
||||||
<div className="pageSectionGroup">
|
<div className="pageSectionGroup">
|
||||||
|
Reference in New Issue
Block a user