aboutsummaryrefslogtreecommitdiffstats
path: root/sanity/schemas/index.ts
blob: 76072e5d45ee05df2a4aa6d7336545aae25e1577 (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];