Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Sep 22, 2023
1 parent cf41406 commit d6d302d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";
Expand All @@ -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,
Expand Down

0 comments on commit d6d302d

Please sign in to comment.