import React from 'react'; export const Login: React.FC = React.memo(() => { return
Login
; }); Login.displayName = 'Login';