Add the Frequently Asked Questions component to website

This commit is contained in:
itsfinniii
2026-03-23 22:13:21 +01:00
parent 486d6d9a20
commit c3973ddd1a
4 changed files with 59 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ type FrequentlyAskedQuestionsComponent = {
id: string;
title: string;
text: string;
text: string | null;
questions: FrequentlyAskedQuestion[];
}