pricing plan route
This commit is contained in:
parent
556ceffc30
commit
836b7c2f19
|
@ -12,6 +12,7 @@ class App extends Component {
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route exact path="/home" component={HomePage} />
|
<Route exact path="/home" component={HomePage} />
|
||||||
<Route path="/user" component={LogInContainer} />
|
<Route path="/user" component={LogInContainer} />
|
||||||
|
<Route path="/pricing" component={PricingPlan} />
|
||||||
</Switch>
|
</Switch>
|
||||||
</BrowserRouter>
|
</BrowserRouter>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue