Skip to content

Commit

Permalink
cleanup: dont user the Grids view anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Jan 21, 2024
1 parent 7833786 commit 8ef140e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 146 deletions.
2 changes: 1 addition & 1 deletion client/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const routes: Array<RouteRecordRaw> = [
{
path: '/grids',
name: 'grids',
component: () => import('../views/Grids.vue')
component: () => import('../views/Book.vue')
},
{
path: '/books',
Expand Down
145 changes: 0 additions & 145 deletions client/src/views/Grids.vue

This file was deleted.

0 comments on commit 8ef140e

Please sign in to comment.