parent
b13b5ccbec
commit
e69d28c090
|
|
@ -2,7 +2,6 @@ import React, { Component } from 'react';
|
||||||
|
|
||||||
import { HashRouter, Route, Switch, Link } from "react-router-dom";
|
import { HashRouter, Route, Switch, Link } from "react-router-dom";
|
||||||
import { enquireScreen } from 'enquire-js';
|
import { enquireScreen } from 'enquire-js';
|
||||||
import LearnMore from "./LearnMore";
|
|
||||||
import Home from './Home/main';
|
import Home from './Home/main';
|
||||||
import Page2 from "./Home/history";
|
import Page2 from "./Home/history";
|
||||||
|
|
||||||
|
|
@ -33,7 +32,6 @@ class App extends Component {
|
||||||
<Route exact path='/history' component={Page2} />
|
<Route exact path='/history' component={Page2} />
|
||||||
<Route exact path='/ticket' component={Entry} />
|
<Route exact path='/ticket' component={Entry} />
|
||||||
<Route exact path='/' component={Home} />
|
<Route exact path='/' component={Home} />
|
||||||
<Route exact path='/learnMore' component={LearnMore} />
|
|
||||||
<Route exact path='/login' component={Login} />
|
<Route exact path='/login' component={Login} />
|
||||||
</Switch>
|
</Switch>
|
||||||
</HashRouter>
|
</HashRouter>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue