import React from 'react';
import { withRouter, Route, Switch } from 'react-router-dom';
import { Layout, Settings, Contacts, Home } from './pages';
const Main = withRouter(props => );
export default () => {
/* eslint-disable */
return (
);
/* eslint-enable */
};