index.js 174B

1234567
  1. import pageHtml from './ContentType/PageHtml/index.js'
  2. import thread from './ContentType/Thread/index.js'
  3. const appDatabase = [pageHtml, thread]
  4. export default appDatabase