pull/460/head
slowbackspace 5 years ago
parent 25f1d4efcb
commit 5d99bb22aa

@ -2,7 +2,7 @@
import { connect } from 'react-redux';
import type { MapStateToProps } from 'react-redux';
import type { State } from 'flowtype';
import Dashboard from "./index";
import Dashboard from './index';
type OwnProps = {};

@ -90,4 +90,4 @@ const Dashboard = (props: Props) => (
</Content>
);
export default Dashboard
export default Dashboard;

Loading…
Cancel
Save