v0.1.0 commit
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import author from './author'
|
||||
import post from './post'
|
||||
import changelogEntry from './changelogEntry'
|
||||
import roadmapItem from './roadmapItem'
|
||||
|
||||
export const schemaTypes = [author, post]
|
||||
export const schemaTypes = [author, post, changelogEntry, roadmapItem]
|
||||
|
||||
Reference in New Issue
Block a user