From d6d302d3fb3be01ac5961d66cf81321b9d1167b9 Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:12:38 +0200 Subject: [PATCH] Update App.tsx --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ebf109e..300e6fb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,7 +4,7 @@ import Aoc2222 from "./includes/Aoc2222"; import Aoc2212 from "./includes/Aoc2212"; // New New // import Aoc2212Alt from "./includes/Aoc2212Alt"; import Aoc2210 from "./includes/Aoc2210"; -import Aoc2105 from "./includes/Aoc2105"; // New +// import Aoc2105 from "./includes/Aoc2105"; // !interesting enough import Aoc2003 from "./includes/Aoc2003"; // New New // import Aoc2011 from "./includes/Aoc2011"; // New New New import Aoc1908 from "./includes/Aoc1908"; @@ -14,7 +14,7 @@ import Aoc1810 from "./includes/Aoc1810"; // import Aoc1803 from "./includes/Aoc1803"; // New New import Aoc1802 from "./includes/Aoc1802"; import Aoc1608 from "./includes/Aoc1608"; -// import Aoc1502 from "./includes/Aoc1502"; // too ez not shown +// import Aoc1502 from "./includes/Aoc1502"; // !interesting enough import Aoc1501 from "./includes/Aoc1501"; import DadJokes from "./includes/DadJokes"; import "./styles/App.scss"; @@ -31,7 +31,7 @@ const routes: { [key: string]: TargetRoute } = { 2212: Aoc2212, // '2212Alt': Aoc2212Alt, 2210: Aoc2210, - 2105: Aoc2105, + // 2105: Aoc2105, 2003: Aoc2003, // 2011: Aoc2011, 1908: Aoc1908,