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 25674ca commit cf41406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
// import Aoc1502 from "./includes/Aoc1502"; // too ez not shown
import Aoc1501 from "./includes/Aoc1501";
import DadJokes from "./includes/DadJokes";
import "./styles/App.scss";
Expand All @@ -40,7 +40,7 @@ const routes: { [key: string]: TargetRoute } = {
1810: Aoc1810,
// 1803: Aoc1803,
1802: Aoc1802,
1502: Aoc1502,
// 1502: Aoc1502,
1501: Aoc1501,
1608: Aoc1608,
// Label: Label,
Expand Down

0 comments on commit cf41406

Please sign in to comment.