From 15f417a0c9e8c8843d01fd92960e52650ed2d411 Mon Sep 17 00:00:00 2001 From: Kyle Gill Date: Mon, 29 Apr 2019 16:35:09 -0600 Subject: [PATCH] fix: make search a private route --- src/App.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 14dce37..d234b0d 100644 --- a/src/App.js +++ b/src/App.js @@ -111,9 +111,14 @@ class App extends Component { component={Day} exact /> + -