UNPKG

h5-cli

Version:

hello

16 lines (12 loc) 382 B
import SmartComponent from './SmartComponent' import SmartNoBlockComponent from './SmartNoBlockComponent' import SmartBlockComponent from './SmartBlockComponent' import BaseComponent from './BaseComponent' import GiBlockComponent from './GiBlockComponent' module.exports = { BaseComponent, SmartComponent, SmartBlockComponent, SmartNoBlockComponent, GiBlockComponent }