This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { postSchema } from './post'
|
||||
import { pageSchema } from './page'
|
||||
import { theaterHomepageSchema } from './theaterHomepage'
|
||||
|
||||
export const schemaTypes = [postSchema, pageSchema, theaterHomepageSchema]
|
||||
Reference in New Issue
Block a user