From ac0fd6f4377f1a4d22c17291ac236bf110461a60 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Wed, 12 Oct 2022 10:41:57 +0200 Subject: [PATCH] . --- website/src/pages/LogIn.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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

+
+ ) +}