Skip to content

Commit

Permalink
Fix 'Spc24ApplyPage' is defined but never used eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dongzoolee authored Dec 12, 2024
1 parent 7df0618 commit c37431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
"/": {
Expand Down

0 comments on commit c37431a

Please sign in to comment.