1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

code cleanup

This commit is contained in:
muerwre 2019-07-23 19:00:48 +07:00
parent 606c88d777
commit ef71e55543
23 changed files with 108 additions and 109 deletions

View file

@ -3,10 +3,10 @@ import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import { hot } from 'react-hot-loader';
import { ConnectedRouter } from "connected-react-router";
import { history } from "$redux/store";
import { history } from "~/redux/store";
import { NavLink, Switch, Route } from 'react-router-dom';
import { FlowLayout } from "$containers/FlowLayout";
import { LoginLayout } from "$containers/LoginLayout";
import { FlowLayout } from "~/containers/FlowLayout";
import { LoginLayout } from "~/containers/LoginLayout";
interface IAppProps {}
interface IAppState {}