Edit File: index.js
import klass from './class' import style from './style' import model from './model' export default [ klass, style, model ]
Back to File Manager