Quick update for contribution and README

This commit is contained in:
Antoine Phan
2025-12-09 23:25:25 -05:00
parent bf2ca9e26a
commit 9e244e0237
5 changed files with 121 additions and 126 deletions

View File

@@ -1,3 +1,5 @@
import type { InputValue } from '@portabletext/svelte';
export type EventPost = {
id: string;
name: string;
@@ -16,8 +18,6 @@ export type FAQ = {
answer: string;
};
import type { InputValue } from '@portabletext/svelte';
export type HomepageCMSResponse = {
description: InputValue;
councilPhoto: string;