Merge pull request #81 from leandrofars/dev

chore(frontend): uncomment map resource
This commit is contained in:
Leandro Antônio Farias Machado 2023-06-27 02:45:10 -03:00 committed by GitHub
commit 08c631d0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,15 +33,15 @@ export const items = [
</SvgIcon>
)
},
// {
// title: 'Map',
// path: '/',
// icon: (
// <SvgIcon fontSize="small">
// <MapIcon/>
// </SvgIcon>
// )
// },
{
title: 'Map',
path: '/map',
icon: (
<SvgIcon fontSize="small">
<MapIcon/>
</SvgIcon>
)
},
{
title: 'Settings',
path: '/settings',