From 1f3964526552e77adb39c5a53d077d9a40ff4013 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Tue, 19 Sep 2023 10:47:17 +0000 Subject: [PATCH] Add AuthContext as a provider --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index 470d9f0..5f62653 100644 --- a/src/App.js +++ b/src/App.js @@ -92,6 +92,7 @@ const signIn = ( email, password ) => { return (
+ } /> } /> @@ -100,6 +101,7 @@ const signIn = ( email, password ) => { } /> } /> +
); }