Initial commit: OOODMDK website with updated cities page design

This commit is contained in:
albivkt
2025-06-29 03:18:28 +03:00
commit 5a37ded261
70 changed files with 41347 additions and 0 deletions

6
cms/schemaTypes/index.js Normal file
View 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]