- Data table sticky header.

- Mini sidebar toggle.
- Refactor withDashboard and withDashboardActions.
This commit is contained in:
Ahmed Bouhuolia
2020-05-31 15:57:02 +02:00
parent c1659d191f
commit 2a466ce2da
49 changed files with 1045 additions and 669 deletions

View File

@@ -9,7 +9,6 @@ import PrivateRoute from 'components/PrivateRoute';
import Authentication from 'components/Authentication';
import Dashboard from 'components/Dashboard/Dashboard';
import GlobalErrors from 'containers/GlobalErrors/GlobalErrors';
import AuthenticationDialogs from 'containers/Authentication/AuthenticationDialogs';
import messages from 'lang/en';
import 'style/App.scss';
@@ -30,7 +29,6 @@ function App({ locale }) {
<Switch>
<Route path={'/auth'}>
<Authentication />
<AuthenticationDialogs />
</Route>
<Route path={'/'}>