From 35c96c418142e9b3b6a0794ba7a26e5c55c4f896 Mon Sep 17 00:00:00 2001 From: evpozdniakov Date: Tue, 24 Oct 2017 22:25:21 -0400 Subject: [PATCH 1/3] Apply firebase config + few changes of previous homework. --- public/index.html | 17 +++++++++ src/components/App.js | 50 +++++++++++++++++++++---- src/components/common/ErrorField.js | 4 +- src/components/common/ProtectedRoute.js | 6 +-- src/components/common/Submenu.js | 30 +++++++++++++++ src/components/routes/Auth.js | 6 +-- src/config.js | 6 +-- src/ducks/auth.js | 3 +- 8 files changed, 102 insertions(+), 20 deletions(-) create mode 100644 src/components/common/Submenu.js diff --git a/public/index.html b/public/index.html index 7bee027..6ffdc56 100644 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,23 @@ Learn how to configure a non-root public URL by running `npm run build`. --> React App +