summaryrefslogtreecommitdiff
path: root/src/web/app/ch/script.ts
blob: 4c6b6dfd1b5aaf83fbe7a84658484f197ebc542c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * Channels
 */

// Style
import './style.styl';

require('./tags');
import init from '../init';

/**
 * init
 */
init(() => {
});