diff --git a/package.json b/package.json index a97ed76..1091a44 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,13 @@ "font-awesome": "^4.7.0", "query-string": "^5.0.1", "react": "^15.6.1", - "react-bootstrap": "^0.31.3", "react-cookie": "^2.1.2", "react-dom": "^15.6.1", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2", "redux": "^3.7.2", "redux-logic": "^0.12.3", + "sanitize.css": "^5.0.0", "uuid": "^3.1.0" }, "devDependencies": { diff --git a/public/index.html b/public/index.html index e5440c1..1eafe85 100644 --- a/public/index.html +++ b/public/index.html @@ -4,22 +4,8 @@ - - - fling.work | freelancer management @@ -27,15 +13,5 @@ You need to enable JavaScript to run this app.
- diff --git a/src/index.js b/src/index.js index a1d08c8..f08cb4f 100644 --- a/src/index.js +++ b/src/index.js @@ -12,6 +12,7 @@ import * as Redux from './utils/Redux'; import RootContainer from './RootContainer'; // global styles +import 'sanitize.css'; import './index.css'; import 'font-awesome/css/font-awesome.min.css';