index.js 141 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 import React from 'react' export default function Login(){ return( <div> Login Screen </div> ) }