<Switch>
<Route path={Routes.HOME}>
<Home />
</Route>
<Route path={Routes.RECEPTIONHOME} >
<ReceptionHome/>
</Route>
</Switch>
and calling of page code
<div class Name="button-container">
<Link to="/Security Page"> <button class Name="button1" >I am Security Person</button></Link>
</div>
<div class Name="button-container">
<Link to="/ReceptionHome" >
<button class Name="button1" >I am Reception Person</button></Link>
</div>
please any one have idea my SecurityPage is route succfully but my ReceptionHome not route