Files
biztaghavisite/sanity/schemas/index.ts
2026-04-24 03:42:34 +03:30

10 lines
343 B
TypeScript

export { post } from "./post";
export { project } from "./project";
export { product } from "./product";
export { author } from "./author";
export { category } from "./category";
export { tag } from "./tag";
export { siteSettings } from "./siteSettings";
export { timelineEvent } from "./timelineEvent";
export { usesItem } from "./usesItem";