We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75318d1 commit 986236aCopy full SHA for 986236a
package.json
@@ -33,6 +33,7 @@
33
"ejs": "^2.5.6",
34
"express": "~4.14.1",
35
"file-loader": "^0.10.1",
36
+ "font-awesome": "^4.7.0",
37
"forever": "^0.15.3",
38
"jquery": "^3.1.1",
39
"morgan": "~1.7.0",
src/index.js
@@ -8,6 +8,7 @@ import './index.html';
8
import 'jquery';
9
import 'bootstrap/dist/js/bootstrap';
10
import 'bootstrap/dist/css/bootstrap.css';
11
+import 'font-awesome/css/font-awesome.css';
12
13
import './style.css';
14
0 commit comments