move profile routes to bottom

This commit is contained in:
Gamebrary 2022-10-05 18:55:47 -07:00
parent fe717b6d87
commit 6d4196b566

View file

@ -10,12 +10,12 @@ import notesRoutes from '@/notes/notes.routes';
const routes = [
...gameRoutes,
...tagsRoutes,
...profileRoutes,
...platformsRoutes,
...settingsRoutes,
...boardsRoutes,
...notesRoutes,
...publicRoutes,
...profileRoutes,
];
export default routes;