From 77fb39778fc4ebb3eea9e9801320efe1a4878c9a Mon Sep 17 00:00:00 2001 From: gabrhr <73925454+gabrhr@users.noreply.github.com> Date: Wed, 1 Jun 2022 13:08:52 -0500 Subject: =?UTF-8?q?Add=20Almacen,=20Ruta,=20Camiones=20(Flota,=20Camiones,?= =?UTF-8?q?=20Aver=C3=ADas)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #TODO - Arreglar combos - AƱadir los reducer de camiones, rutas, almacen --- front/odiparpack/app/containers/App/Application.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'front/odiparpack/app/containers/App/Application.js') diff --git a/front/odiparpack/app/containers/App/Application.js b/front/odiparpack/app/containers/App/Application.js index 8a30720..6ab9d34 100644 --- a/front/odiparpack/app/containers/App/Application.js +++ b/front/odiparpack/app/containers/App/Application.js @@ -27,7 +27,9 @@ import { HelpSupport, MapMarker, MapDirection, SearchMap, TrafficIndicator, StreetViewMap, NotFound, Pedidos, - Almacenes + Almacenes, + Camiones, + Tramos } from '../pageListAsync'; function Application(props) { @@ -38,9 +40,11 @@ function Application(props) { - {/* Pedidos */} + {/* OdiparPack */} + + { /* Layout */ } -- cgit v1.2.3