diff --git a/website/src/pages/LogIn.js b/website/src/pages/LogIn.js index 5f282702..eddebff5 100644 --- a/website/src/pages/LogIn.js +++ b/website/src/pages/LogIn.js @@ -1 +1,9 @@ - \ No newline at end of file +import React from 'react' + +export const LogIn = () => { + return ( +
+

LogIn

+
+ ) +}