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