1 2 3 4 5 6 7 8
import React from 'react'; import Login from "../containers/auth/Login"; const Index = () => ( <Login visible={true}/> ); export default Index;