This commit is contained in:
2026-03-12 07:10:17 -04:00
parent f00a3934bc
commit 9ebf06a15a
4 changed files with 381 additions and 1 deletions
+4 -1
View File
@@ -1 +1,4 @@
export const schemaTypes = []
import author from './author'
import post from './post'
export const schemaTypes = [author, post]