This commit is contained in:
syuilo
2018-02-23 02:53:36 +09:00
parent 633ab4ef00
commit 75c86a8f7f
4 changed files with 0 additions and 80 deletions

View File

@@ -7,12 +7,9 @@ import './style.styl';
require('./tags');
import init from '../init';
import route from './router';
/**
* init
*/
init(() => {
// Start routing
route();
});