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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/sanity/schemas/index.ts b/sanity/schemas/index.ts
new file mode 100644
index 0000000..8b37e85
--- /dev/null
+++ b/sanity/schemas/index.ts
@@ -0,0 +1,4 @@
+import contact from "./contact";
+import localizedString from "./localized-string";
+
+export const schemaTypes = [contact, localizedString] \ No newline at end of file