diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2018-10-18 12:44:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 12:44:36 +0200 |
commit | 0a91009c97ff8b28822c1b20e7568bddfdb43e7e (patch) | |
tree | e07b97177749e6401a5b70f3a08b7c53b8d96b0d /src/public/app.js | |
parent | 1afb32f103bb7ebbc9ffa678ac6f5948a5ec54b1 (diff) | |
parent | 5cb309a9bb3481534b353cb50c707a64b4155c00 (diff) | |
download | Luxcena-Neo-0a91009c97ff8b28822c1b20e7568bddfdb43e7e.tar.gz Luxcena-Neo-0a91009c97ff8b28822c1b20e7568bddfdb43e7e.zip |
:construction: Work on installer and start on implementing LED control
:construction: Work on installer and start on implementing LED control
Diffstat (limited to 'src/public/app.js')
-rw-r--r-- | src/public/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/public/app.js b/src/public/app.js index 5e6b22b..58af98a 100644 --- a/src/public/app.js +++ b/src/public/app.js @@ -15,3 +15,5 @@ try { // Require all styles require("./app.scss"); +// Require font awesome +require("fontawesome"); |