fix build
This commit is contained in:
@ -62,10 +62,10 @@ export default async function Page() {
|
||||
</ul>
|
||||
</div>
|
||||
<PageSectionBlock
|
||||
block={{ title: "Adkomst" } as any}
|
||||
block={{ title: "Adkomst", body: [] } as any}
|
||||
// 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">
|
||||
<h1>Adkomst</h1>
|
||||
<div className="pageSectionGroup">
|
||||
|
Reference in New Issue
Block a user