Refactor components. Improve design. Improve routing

This commit is contained in:
2023-11-17 17:15:37 -05:00
parent cbe4b5323e
commit f2d4ce12d4
17 changed files with 278 additions and 146 deletions

View File

@@ -35,4 +35,10 @@ export const links = [
icon: 'info_outline',
front_links: true,
},
{
name: 'Tasks',
to: 'task',
icon: 'build',
front_links: true,
},
];