Skip to content

Commit

Permalink
Merge pull request #42 from iic2154-uc-cl/feature/admin-config
Browse files Browse the repository at this point in the history
Feature/admin config
  • Loading branch information
sebaav12 authored Nov 21, 2024
2 parents e2f8f70 + dae43ea commit 3c20be7
Show file tree
Hide file tree
Showing 68 changed files with 1,160 additions and 2,936 deletions.
42 changes: 0 additions & 42 deletions src/App.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Router from './Router.jsx';
import './App.css';
import './index.css';

function App() {
return (
Expand Down
8 changes: 0 additions & 8 deletions src/Router.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ import Notification from './pages/users/notificaciones.jsx';
import NewMapa from './pages/newMapa.jsx';
import Calendario from './pages/calendario.jsx';
import GestionSolicitudes from './pages/GestionSolicitudes.jsx';

import ComponentePrecios from './pages/users/admin/precios.jsx';
import ComponenteUsuarios from './pages/users/admin/usuarios.jsx';
import ComponenteReportes from './pages/users/admin/reportes.jsx';
import ComponenteCodigos from './pages/users/admin/codigos.jsx';




import TermCondition from './pages/TermCondition.jsx';
import Privacy from './pages/PrivacyPolitic.jsx';
import NewPublicacionInfo from './components/NewPublicacionInfo.jsx';
Expand All @@ -47,13 +42,10 @@ function Router() {
<Route path="/term-condition" element={<TermCondition />} />
<Route path="/privacy" element={<Privacy />} />
<Route path="/publicacion/:id" element={<NewPublicacionInfo />} />


<Route path="/gestion-precios" element={<ComponentePrecios/>} />
<Route path="/gestion-usuarios" element={<ComponenteUsuarios/>}/>
<Route path="/gestion-codigos" element={<ComponenteCodigos/>} />
<Route path="/gestion-reportes" element={<ComponenteReportes/>} />

</Routes>
</BrowserRouter>
);
Expand Down
Binary file added src/assets/.buscar.jpg.icloud
Binary file not shown.
Binary file added src/assets/.buscar2.jpg.icloud
Binary file not shown.
Binary file added src/assets/.buscar3.jpg.icloud
Binary file not shown.
Binary file added src/assets/.imagen_inicio.jpg.icloud
Binary file not shown.
Binary file added src/assets/.publicar.jpg.icloud
Binary file not shown.
Binary file added src/assets/.servicios.jpg.icloud
Binary file not shown.
Binary file removed src/assets/buscar.jpg
Binary file not shown.
Binary file removed src/assets/buscar2.jpg
Binary file not shown.
Binary file removed src/assets/buscar3.jpg
Binary file not shown.
Binary file removed src/assets/imagen_inicio.jpg
Binary file not shown.
Binary file removed src/assets/publicar.jpg
Binary file not shown.
Binary file removed src/assets/servicios.jpg
Binary file not shown.
Binary file removed src/boton1.jpg
Binary file not shown.
Binary file removed src/boton2.jpg
Binary file not shown.
Binary file removed src/boton3.jpg
Binary file not shown.
75 changes: 0 additions & 75 deletions src/components/AddressPopover.js

This file was deleted.

66 changes: 0 additions & 66 deletions src/components/ArrowRouter.js

This file was deleted.

Loading

0 comments on commit 3c20be7

Please sign in to comment.