@ -1 +1,9 @@
import React from 'react'
export const LogIn = () => {
return (
<div>
<h1>LogIn</h1>
</div>
)
}