diff options
Diffstat (limited to 'sanity/schemas/index.ts')
| -rw-r--r-- | sanity/schemas/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity/schemas/index.ts b/sanity/schemas/index.ts index 9dfc403..76072e5 100644 --- a/sanity/schemas/index.ts +++ b/sanity/schemas/index.ts @@ -3,4 +3,4 @@ import description from "./description"; import hero from "./hero"; import localizedString from "./localized-string"; -export const schemaTypes = [contact, localizedString, description, hero]
\ No newline at end of file +export const schemaTypes = [contact, localizedString, description, hero]; |
