|
@@ -2,8 +2,6 @@ import React, { Component } from 'react';
|
|
|
import ReactDOM from 'react-dom';
|
|
import ReactDOM from 'react-dom';
|
|
|
import { brandingMapping, brandingObject } from './branding';
|
|
import { brandingMapping, brandingObject } from './branding';
|
|
|
|
|
|
|
|
-export { brandingMapping, brandingObject }
|
|
|
|
|
-
|
|
|
|
|
class Dashboard extends Component {
|
|
class Dashboard extends Component {
|
|
|
render() {
|
|
render() {
|
|
|
|
|
|
|
@@ -14,7 +12,7 @@ class Dashboard extends Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
- // console.log(Object.keys(brandingObject));
|
|
|
|
|
|
|
+ console.log(Object.keys(brandingObject));
|
|
|
|
|
|
|
|
return renderHeader();
|
|
return renderHeader();
|
|
|
}
|
|
}
|