Remove cloudboost from accounts.

This commit is contained in:
Nawaz Dhandala
2019-08-02 22:33:11 +05:30
parent 98af7c4057
commit 0c942dd6c0
2 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
"card-validator": "^4.3.0",
"chart.js": "^2.7.2",
"clipboard": "^2.0.1",
"cloudboost": "^6.6.6",
"components": "^0.1.0",
"connected-react-router": "^4.5.0",
"creditcard-generator": "0.0.7",

View File

@@ -4,7 +4,6 @@ import { Frontload } from 'react-frontload';
// import { ConnectedRouter } from 'connected-react-router';
import MixpanelProvider from 'react-mixpanel';
import mixpanel from 'mixpanel-browser';
import * as CB from 'cloudboost';
import ReactGA from 'react-ga';
import ErrorBoundary from './components/basic/ErrorBoundary';
import { render } from 'react-dom';
@@ -14,7 +13,6 @@ import './index.css';
if (!isServer) {
ReactGA.initialize('UA-115085157-1');
CB.CloudApp.init('hcaarmonukbk', 'cdcc37f4-dfc6-44e0-b61b-de8c887ec202');
mixpanel.init('de27af9b37fa926bf648bb704836fd5f');
}
const target = document.getElementById('root');