From 69d345b334c7a3fecdb0cd5f440fabd83a755309 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 18 Feb 2023 15:25:29 +0100 Subject: . --- sanity/schemas/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sanity/schemas/index.ts') diff --git a/sanity/schemas/index.ts b/sanity/schemas/index.ts index 8b37e85..9dfc403 100644 --- a/sanity/schemas/index.ts +++ b/sanity/schemas/index.ts @@ -1,4 +1,6 @@ import contact from "./contact"; +import description from "./description"; +import hero from "./hero"; import localizedString from "./localized-string"; -export const schemaTypes = [contact, localizedString] \ No newline at end of file +export const schemaTypes = [contact, localizedString, description, hero] \ No newline at end of file -- cgit v1.3