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) => }
/>
-