Quick update for contribution and README
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user