diff --git a/common/routing/index.jsx b/common/routing/index.jsx index ad4d793e..2875dce2 100644 --- a/common/routing/index.jsx +++ b/common/routing/index.jsx @@ -1,19 +1,12 @@ -import React from 'react'; -import {Route, Redirect, browserHistory, IndexRoute} from 'react-router'; -import {useBasename} from 'history' -import {App, Tabs} from 'containers'; +import React from "react"; +import {browserHistory, Redirect, Route} from "react-router"; +import {useBasename} from "history"; +import {App, Tabs} from "containers"; export const history = getHistory() -/** - * Returns application routing with protected by AuthCheck func routes - * @param {Function} AuthCheck checks is user logged in - */ -export const Routing = (AuthCheck) => ( +export const Routing = () => ( - {/**/} - {/**/} - {/**/}