/**
* Channels
*/
// Style
import './style.styl';
require('./tags');
import init from '../init';
* init
init(() => {
});