mirror of
https://github.com/romancm/gamebrary
synced 2024-11-12 22:47:14 +00:00
move profile routes to bottom
This commit is contained in:
parent
fe717b6d87
commit
6d4196b566
1 changed files with 1 additions and 1 deletions
|
@ -10,12 +10,12 @@ import notesRoutes from '@/notes/notes.routes';
|
|||
const routes = [
|
||||
...gameRoutes,
|
||||
...tagsRoutes,
|
||||
...profileRoutes,
|
||||
...platformsRoutes,
|
||||
...settingsRoutes,
|
||||
...boardsRoutes,
|
||||
...notesRoutes,
|
||||
...publicRoutes,
|
||||
...profileRoutes,
|
||||
];
|
||||
|
||||
export default routes;
|
||||
|
|
Loading…
Reference in a new issue