From 8ef140ec4e8d81c209034caa489741372d07a811 Mon Sep 17 00:00:00 2001 From: Leo Nicolle Date: Sun, 21 Jan 2024 21:09:15 +0100 Subject: [PATCH] cleanup: dont user the Grids view anymore --- client/src/router/index.ts | 2 +- client/src/views/Grids.vue | 145 ------------------------------------- 2 files changed, 1 insertion(+), 146 deletions(-) delete mode 100644 client/src/views/Grids.vue diff --git a/client/src/router/index.ts b/client/src/router/index.ts index 0bada09..50bb35b 100644 --- a/client/src/router/index.ts +++ b/client/src/router/index.ts @@ -17,7 +17,7 @@ const routes: Array = [ { path: '/grids', name: 'grids', - component: () => import('../views/Grids.vue') + component: () => import('../views/Book.vue') }, { path: '/books', diff --git a/client/src/views/Grids.vue b/client/src/views/Grids.vue deleted file mode 100644 index 423cb57..0000000 --- a/client/src/views/Grids.vue +++ /dev/null @@ -1,145 +0,0 @@ - - - - - \ No newline at end of file