import { Route, Switch } from 'react-router-dom'; import React from 'react'; import Property from './Property/Property'; import Upload from './Upload/Index'; import Cards from './Cards/Cards'; import AgentSignIn from './Agent/SignIn/SignIn'; import Protected from './Agent/Protected'; import SuperProtected from './Agent/superprotected'; import AuthRoute from './hoc/AuthRoute'; export default () => ( {/**/} )