diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-08 12:25:16 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 168f29231cd8fa3b3c8f69f287c9523e67af0ef9 (patch) | |
tree | fcea6299c7a889bc0e1ead18f6d3907b2ff68aac /src/index.js | |
parent | 45df4d06ae64af40501dcec5a0424fab4490ab5c (diff) |
FUNCT Integrate header apps
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/index.js b/src/index.js index 962b5a6..7b6f84c 100644 --- a/src/index.js +++ b/src/index.js @@ -14,8 +14,10 @@ * limitations under the License. */ -/* JS */ -import './js/AFB.js'; - /* CSS */ -import './styles/app.scss';
\ No newline at end of file +import './styles/app.scss'; +import { init } from './js/main'; +import { start } from './js/apps'; + +window.start = start; +init();
\ No newline at end of file |