diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2023-02-18 15:25:29 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2023-02-18 15:25:29 +0100 |
| commit | 69d345b334c7a3fecdb0cd5f440fabd83a755309 (patch) | |
| tree | 09de5c21f7989a98397e6e700f8d4e9347e8bd90 /sanity/schemas/index.ts | |
| parent | c709aa638c7d3458dd73c3aabadb4924cb1cb80e (diff) | |
| download | auroraklinikken.no-69d345b334c7a3fecdb0cd5f440fabd83a755309.tar.xz auroraklinikken.no-69d345b334c7a3fecdb0cd5f440fabd83a755309.zip | |
.
Diffstat (limited to 'sanity/schemas/index.ts')
| -rw-r--r-- | sanity/schemas/index.ts | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
