Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Oct 29, 2023
1 parent 8d037bb commit 118b6e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -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";
Expand All @@ -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,
Expand Down

0 comments on commit 118b6e5

Please sign in to comment.