diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 12:52:29 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | d67df14a8c587891bcd1f627ed8ff789bfd1b3cd (patch) | |
tree | 6c2448dc5ff9692583fb83d4609bdca50044cf42 /src/index.js | |
parent | bebfaf835b960481ad5ec6621b1e67e522537ba3 (diff) |
FUNCT Add support to load apps from AGL
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 406ef65..1d569d6 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,6 @@ import '@iconfu/svg-inject'; +import './js/AFB.js'; +import './js/app.js'; console.log('Arrancada la aplicación compilando CSS y SaSS'); |