Merge pull request #169 from DeimosPr4/UH-iniciarsesionV2

frontend web iniciar sesion
This commit is contained in:
Eduardo Quiros 2022-08-19 21:45:18 +00:00 committed by GitHub
commit 2fbc57ee24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -457,7 +457,6 @@ const App = () => {
<Route path="/administradoresSistema" component={AdministradoresSistema} />
<Route path="/administradoresComunidad" component={AdministradoresComunidad} />
<Route path="/comunidadesViviendas" component={Communities} />
<Route to="*" exact component={Page404} />
</>
)
@ -470,8 +469,6 @@ const App = () => {
<Route path="/inquilinos" component={Inquilinos} />
<Route path="/areasComunes" component={AreasComunes} />
<Route path="/registroComunicado" component={RegistroComunicado} />
<Route to="*" exact component={Page404} />
</>
)
} else {
@ -484,7 +481,6 @@ const App = () => {
return (
<>
<Route path="/" exact render={() => <Dashboard colorMode={layoutColorMode} location={location} />} />
<Route path="/formlayout" component={FormLayoutDemo} />
<Route path="/input" component={InputDemo} />
<Route path="/floatlabel" component={FloatLabelDemo} />
@ -507,8 +503,6 @@ const App = () => {
<Route path="/crud" component={Crud} />
<Route path="/empty" component={EmptyPage} />
<Route path="/documentation" component={Documentation} />
</>
)