wip
This commit is contained in:
18
src/web/app/ch/script.js
Normal file
18
src/web/app/ch/script.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Channels
|
||||
*/
|
||||
|
||||
// Style
|
||||
import './style.styl';
|
||||
|
||||
require('./tags');
|
||||
import init from '../init';
|
||||
import route from './router';
|
||||
|
||||
/**
|
||||
* init
|
||||
*/
|
||||
init(me => {
|
||||
// Start routing
|
||||
route(me);
|
||||
});
|
Reference in New Issue
Block a user