index.js 141 Bytes
import React from 'react'

export default function Login(){
    return(
        <div>
            Login Screen
        </div>
    )
}