review 404

This commit is contained in:
Mariela 2022-08-16 02:24:33 -06:00
parent 4bbe8dfea5
commit 99d015475b
1 changed files with 0 additions and 2 deletions

View File

@ -453,7 +453,6 @@ const App = () => {
<Route path="/administradoresSistema" component={AdministradoresSistema} />
<Route path="/administradoresComunidad" component={AdministradoresComunidad} />
<Route path="/comunidadesViviendas" component={Communities} />
<Route to="*" exact component={Page404} />
</>
)
@ -465,7 +464,6 @@ const App = () => {
<Route path="/guardasSeguridad" component={GuardasSeguridad} />
<Route path="/inquilinos" component={Inquilinos} />
<Route path="/areasComunes" component={AreasComunes} />
<Route to="*" exact component={Page404} />
</>
)