pricing plan route

This commit is contained in:
Priyatham-sai-chand 2020-11-19 22:27:07 +05:30
parent 556ceffc30
commit 836b7c2f19
1 changed files with 1 additions and 0 deletions

View File

@ -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>