From 01cba4887d84f355a440449491c40d761be1811a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= Date: Tue, 27 Jun 2023 02:44:39 -0300 Subject: [PATCH] chore(frontend): uncomment map resource --- frontend/src/layouts/dashboard/config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/layouts/dashboard/config.js b/frontend/src/layouts/dashboard/config.js index 4a2fdd3..a3bfa19 100644 --- a/frontend/src/layouts/dashboard/config.js +++ b/frontend/src/layouts/dashboard/config.js @@ -33,15 +33,15 @@ export const items = [ ) }, - // { - // title: 'Map', - // path: '/', - // icon: ( - // - // - // - // ) - // }, + { + title: 'Map', + path: '/map', + icon: ( + + + + ) + }, { title: 'Settings', path: '/settings',