From 5a381f012274ba7022bf8639a0e77ad25dc92214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Wed, 22 Nov 2023 17:29:32 +0900 Subject: [PATCH] =?UTF-8?q?testDraw=20router=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/index.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/router/routes/index.js b/src/router/routes/index.js index 05c7756..b04c409 100644 --- a/src/router/routes/index.js +++ b/src/router/routes/index.js @@ -85,13 +85,6 @@ const Routes = [ component: lazy(() => import('../../views/control')), layout: 'BlankLayout' }, - - { - path: '/testDraw', - component: lazy(() => import('../../views/testDraw')), - layout: 'BlankLayout' - }, - { path: '/history/record/sample1', component: lazy(() =>