From 03bd06745bb0dcc2b378b7a26f5e37c37ca511a5 Mon Sep 17 00:00:00 2001 From: pepper Date: Wed, 27 Jan 2021 20:07:36 -0500 Subject: [PATCH] removed check route --- src/components/App.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/App.js b/src/components/App.js index 4a429cd..ae7414a 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -15,7 +15,6 @@ import IDSingle from "./root/Pages/IDSingle"; // Components import Home from "./root/Home"; import Navigation from "./root/Navigation"; -import Autobook from "./root/Pages/Autobook"; // Main app component, react-router comes from here, // and links to all of the sub pages @@ -74,7 +73,6 @@ class App extends Component { path="/booked" render={(props) => } /> -