From 118b6e517ef89ba14252a6c7af3526aae1416497 Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sun, 29 Oct 2023 12:56:39 +0100 Subject: [PATCH] Update App.tsx --- src/App.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ee76b38..238d9e4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,11 +1,11 @@ import { useState } from "react"; // import Aoc2223 from "./includes/Aoc2223"; import Aoc2222 from "./includes/Aoc2222"; -import Aoc2212 from "./includes/Aoc2212"; // New New +import Aoc2212 from "./includes/Aoc2212"; // import Aoc2212Alt from "./includes/Aoc2212Alt"; import Aoc2210 from "./includes/Aoc2210"; -// import Aoc2105 from "./includes/Aoc2105"; // !interesting enough -import Aoc2003 from "./includes/Aoc2003"; // New New +// import Aoc2105 from "./includes/Aoc2105"; // dropped : not interesting +import Aoc2003 from "./includes/Aoc2003"; import Aoc2011 from "./includes/Aoc2011"; // to solve * import Aoc1908 from "./includes/Aoc1908"; import Aoc1818 from "./includes/Aoc1818"; @@ -14,7 +14,7 @@ import Aoc1810 from "./includes/Aoc1810"; import Aoc1803 from "./includes/Aoc1803"; // to solve * import Aoc1802 from "./includes/Aoc1802"; import Aoc1608 from "./includes/Aoc1608"; -// import Aoc1502 from "./includes/Aoc1502"; // !interesting enough +// import Aoc1502 from "./includes/Aoc1502"; // dropped : not interesting import Aoc1501 from "./includes/Aoc1501"; import DadJokes from "./includes/DadJokes"; import "./styles/App.scss"; @@ -27,7 +27,7 @@ const routes: { [key: string]: TargetRoute } = { 2222: Aoc2222, 2212: Aoc2212, 2210: Aoc2210, - // 2105: Aoc2105, + // 2105: Aoc2105, // dropped 2003: Aoc2003, 2011: Aoc2011, // to solve 1908: Aoc1908,