This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { createHistory, useBasename } from 'history' | |
import { Router, Route, Link, History, Lifecycle } from 'react-router' | |
import classNames from 'classnames'; | |
import SidebarMixin from 'global/jsx/sidebar_component'; | |
import Header from 'common/header'; | |
import Sidebar from 'common/sidebar'; | |
import Footer from 'common/footer'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { State, Navigation } from 'react-router'; | |
import docCookies from './cookies'; | |
import classNames from 'classnames'; | |
import Helpers from 'util/Helpers'; | |
import MenuServicos from '../routes/components/MenuServicos'; | |
import { Link } from 'react-router'; | |
import { SidebarBtn } from 'global/jsx/sidebar_component'; | |
class Brand extends React.Component { |