diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-25 00:18:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-25 00:18:09 +0900 |
| commit | 36c11e1f0f24f5fc451ad1a38fd054c2cfa4d508 (patch) | |
| tree | 3098f2e9bb3ca0c256a8a8c783ebd4efcacb5d55 /src/web/app/desktop/script.ts | |
| parent | Fix #1129 (diff) | |
| download | sharkey-36c11e1f0f24f5fc451ad1a38fd054c2cfa4d508.tar.gz sharkey-36c11e1f0f24f5fc451ad1a38fd054c2cfa4d508.tar.bz2 sharkey-36c11e1f0f24f5fc451ad1a38fd054c2cfa4d508.zip | |
Refactor
Diffstat (limited to 'src/web/app/desktop/script.ts')
| -rw-r--r-- | src/web/app/desktop/script.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/desktop/script.ts b/src/web/app/desktop/script.ts index bbd8e9598b..f0412805ef 100644 --- a/src/web/app/desktop/script.ts +++ b/src/web/app/desktop/script.ts @@ -37,6 +37,7 @@ init(async (launch) => { // Register components require('./views/components'); + require('./views/widgets'); // Launch the app const [app, os] = launch(os => ({ |