phase 1-2 done

This commit is contained in:
Ali Taghavi
2026-04-24 03:42:34 +03:30
commit 95a546df11
83 changed files with 17168 additions and 0 deletions

9
sanity/schemas/index.ts Normal file
View File

@@ -0,0 +1,9 @@
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";