Initial commit: OOODMDK website with updated cities page design
This commit is contained in:
6
cms/schemaTypes/index.js
Normal file
6
cms/schemaTypes/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
import about from './about'
|
||||
import category from './category'
|
||||
import product from './product'
|
||||
import documents from './documents'
|
||||
|
||||
export const schemaTypes = [about, product, category, documents]
|
Reference in New Issue
Block a user