removed check route
This commit is contained in:
parent
a4772d3626
commit
03bd06745b
@ -15,7 +15,6 @@ import IDSingle from "./root/Pages/IDSingle";
|
|||||||
// Components
|
// Components
|
||||||
import Home from "./root/Home";
|
import Home from "./root/Home";
|
||||||
import Navigation from "./root/Navigation";
|
import Navigation from "./root/Navigation";
|
||||||
import Autobook from "./root/Pages/Autobook";
|
|
||||||
|
|
||||||
// Main app component, react-router comes from here,
|
// Main app component, react-router comes from here,
|
||||||
// and links to all of the sub pages
|
// and links to all of the sub pages
|
||||||
@ -74,7 +73,6 @@ class App extends Component {
|
|||||||
path="/booked"
|
path="/booked"
|
||||||
render={(props) => <GenericList {...props} APILINK="/booked/" />}
|
render={(props) => <GenericList {...props} APILINK="/booked/" />}
|
||||||
/>
|
/>
|
||||||
<Route exact path="/check" component={Autobook} />
|
|
||||||
</Switch>
|
</Switch>
|
||||||
</div>
|
</div>
|
||||||
</Router>
|
</Router>
|
||||||
|
|||||||
Reference in New Issue
Block a user