Implement about page

This commit is contained in:
adilallo
2026-05-13 23:08:36 -06:00
parent d2dfa099a2
commit b6b9b63608
69 changed files with 1834 additions and 28 deletions
+1
View File
@@ -141,6 +141,7 @@ export const QUOTE_BLOCK_VARIANT_OPTIONS = [
"compact",
"standard",
"extended",
"statement",
] as const;
export type QuoteBlockVariantValue =
(typeof QUOTE_BLOCK_VARIANT_OPTIONS)[number];