import React from 'react'; import Login from "../containers/auth/Login"; const Index = () => ( ); export default Index;