import React from "react"; import Login from "components/Login"; const LoginContainer: React.FC = () => { return ; }; export default LoginContainer;