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> </SvgIcon>
) )
}, },
// { {
// title: 'Map', title: 'Map',
// path: '/', path: '/map',
// icon: ( icon: (
// <SvgIcon fontSize="small"> <SvgIcon fontSize="small">
// <MapIcon/> <MapIcon/>
// </SvgIcon> </SvgIcon>
// ) )
// }, },
{ {
title: 'Settings', title: 'Settings',
path: '/settings', path: '/settings',