diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 02:53:36 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 02:53:36 +0900 |
| commit | 75c86a8f7fb5ad2b04dc410b04c928c9f9d94c0c (patch) | |
| tree | a771517dcd691eb4a0cb48c0ad4205ab62baf26e /src/web/app/dev/script.ts | |
| parent | :v: (diff) | |
| download | sharkey-75c86a8f7fb5ad2b04dc410b04c928c9f9d94c0c.tar.gz sharkey-75c86a8f7fb5ad2b04dc410b04c928c9f9d94c0c.tar.bz2 sharkey-75c86a8f7fb5ad2b04dc410b04c928c9f9d94c0c.zip | |
:v:
Diffstat (limited to 'src/web/app/dev/script.ts')
| -rw-r--r-- | src/web/app/dev/script.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/web/app/dev/script.ts b/src/web/app/dev/script.ts index b115c5be48..bb43411195 100644 --- a/src/web/app/dev/script.ts +++ b/src/web/app/dev/script.ts @@ -7,12 +7,9 @@ import './style.styl'; require('./tags'); import init from '../init'; -import route from './router'; /** * init */ init(() => { - // Start routing - route(); }); |