⚡ Upgrade design & moved backend here & login and settings work with api
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
import StatsIcon from '@/assets/StatsIcon';
|
||||
import HeartIcon from '@/assets/HeartIcon';
|
||||
import MapIcon from '@/assets/MapIcon';
|
||||
|
||||
const config = [
|
||||
{
|
||||
title: 'Carte',
|
||||
link: '/',
|
||||
icon: MapIcon,
|
||||
},
|
||||
{
|
||||
title: 'Mes loves',
|
||||
link: '/my-loves',
|
||||
icon: HeartIcon,
|
||||
},
|
||||
{
|
||||
title: 'Stats',
|
||||
link: '/statistics',
|
||||
icon: StatsIcon,
|
||||
},
|
||||
];
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user