aboutsummaryrefslogtreecommitdiffstats
path: root/sanity/schemas/index.ts
blob: 9dfc403bdb3fdd3794b69afef6f9f2b3ce11730d (plain) (blame)
1
2
3
4
5
6
import contact from "./contact";
import description from "./description";
import hero from "./hero";
import localizedString from "./localized-string";

export const schemaTypes = [contact, localizedString, description, hero]