phase 1-2 done
This commit is contained in:
9
sanity/schemas/index.ts
Normal file
9
sanity/schemas/index.ts
Normal 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";
|
||||
Reference in New Issue
Block a user