import blockContent from './blockContent'
import category from './category'
import post from './post'
import author from './author'
import youtube from './youtube'

export const schemaTypes = [post, author, category, blockContent, youtube]
