fix: remove faqpage

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-17 12:02:50 +01:00
parent cdc286b3fd
commit fef4941e06
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import {
export const Faqs = ({
children,
schema = true,
schema = false,
}: {
children: React.ReactNode;
schema?: boolean;