aboutsummaryrefslogtreecommitdiffstats
path: root/sanity/schemas/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sanity/schemas/index.ts')
-rw-r--r--sanity/schemas/index.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/sanity/schemas/index.ts b/sanity/schemas/index.ts
deleted file mode 100644
index 76072e5..0000000
--- a/sanity/schemas/index.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import contact from "./contact";
-import description from "./description";
-import hero from "./hero";
-import localizedString from "./localized-string";
-
-export const schemaTypes = [contact, localizedString, description, hero];