From c37431a842b84d46da55de4fa7a7f07c2f663f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=8F=99=EC=A3=BC?= Date: Thu, 12 Dec 2024 22:18:48 +0900 Subject: [PATCH] Fix `'Spc24ApplyPage' is defined but never used` eslint error --- src/routes/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/routes.tsx b/src/routes/routes.tsx index f13b3b0..a642c10 100644 --- a/src/routes/routes.tsx +++ b/src/routes/routes.tsx @@ -6,7 +6,7 @@ import { IntroductionPage } from "../app/introduction-page/introduction-page"; import { SpcPage } from "../app/spc-page/spc-page"; import { HistoryPage } from "../app/history-page/history-page"; import { CleanWaterCupPage } from "../app/clean-water-cup-page/clean-water-cup-page"; -import { Spc24ApplyPage } from "../app/spc-24-apply-page/spc-24-apply-page"; +// import { Spc24ApplyPage } from "../app/spc-24-apply-page/spc-24-apply-page"; const _routes = { "/": {