ymanager/client/src/Login.js @ a0cbde1e
1 |
import React from 'react'; |
---|---|
2 |
import './App.css'; |
3 | |
4 | |
5 |
function Login() { |
6 | |
7 |
return ( |
8 |
<div className="login-container column"> |
9 |
<h1>log in</h1> |
10 |
</div> |
11 |
)
|
12 |
}
|
13 | |
14 |
export default Login; |