diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-10 14:06:17 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:03:18 +0100 |
commit | 427a12e11932716a87741686e558a0ad8b49bb03 (patch) | |
tree | 3658eb3e12a0380b8ed2f77baa5e052f63762ebe /src/index.js | |
parent | aa8165f9173cf95c18deaaf0ce4e685d2cce3775 (diff) |
FUNCT First Dashboard version
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index 484dffa..9c4ff26 100644 --- a/src/index.js +++ b/src/index.js @@ -21,5 +21,7 @@ import { api } from 'agl-js-api'; /* CSS */ import './styles/app.scss'; +window.app = app; + api.init(); app.init(); |