diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-21 11:18:06 +0500 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-21 11:18:06 +0500 |
| commit | 4f8b76c94386d1936246e15870f7bb28c70bd63a (patch) | |
| tree | a08fb3e98be2e3a190d1511eeb40565a1e33be41 /src/index.js | |
| parent | Add top navigation (diff) | |
| download | githunt-4f8b76c94386d1936246e15870f7bb28c70bd63a.tar.gz | |
Add font-awesome and feed UI
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index 930791d..0e4a13b 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom'; import 'bootstrap/dist/css/bootstrap.css'; +import 'font-awesome/css/font-awesome.css' import './global.css'; import App from './app'; |
