sharkey/src/client/app/ch/script.ts

16 lines
135 B
TypeScript
Raw Normal View History

2017-11-01 03:17:14 +09:00
/**
* Channels
*/
// Style
import './style.styl';
require('./tags');
import init from '../init';
/**
* init
*/
2017-11-16 03:06:52 +09:00
init(() => {
2017-11-01 03:17:14 +09:00
});