0
0
Fork 0

fix: order left panel

This commit is contained in:
Alex Moreno 2024-07-15 07:11:02 +02:00
parent 9494a30ddd
commit b3d14ebeee
1 changed files with 1 additions and 1 deletions

View File

@ -21,9 +21,9 @@ export const useNavigationStore = defineStore('navigationStore', () => {
'route', 'route',
'ticket', 'ticket',
'worker', 'worker',
'account',
'wagon', 'wagon',
'zone', 'zone',
'account',
]; ];
const pinnedModules = ref([]); const pinnedModules = ref([]);
const role = useRole(); const role = useRole();