Edit File: index.js
import model from './model' import text from './text' import html from './html' export default { model, text, html }
Back to File Manager