5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
import product from './product'
|
|
import homePage from './homePage'
|
|
|
|
export const schemaTypes = [product, homePage]
|