diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 09:12:47 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 9ff2c029fb0a1c8d2dede98d50d03f2341d20710 (patch) | |
tree | 42b0f200cf5d0d28a0bdb6bb3e8963552c2f5bd9 /src/index.js | |
parent | 4c7072d81fdd0868b96317d1f28d6d0c8c05c112 (diff) |
RESTRUT Rename app.js to index.js and remove bootstrap dependency
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..406ef65 --- /dev/null +++ b/src/index.js @@ -0,0 +1,7 @@ +import '@iconfu/svg-inject'; + +console.log('Arrancada la aplicación compilando CSS y SaSS'); + + +/* CSS */ +import './styles/app.scss'; |