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 118b6e5 commit bd4752b
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
@@ -1,5 +1,5 @@
import { useState } from "react";
// import Aoc2223 from "./includes/Aoc2223";
import Aoc2223 from "./includes/Aoc2223";
import Aoc2222 from "./includes/Aoc2222";
import Aoc2212 from "./includes/Aoc2212";
// import Aoc2212Alt from "./includes/Aoc2212Alt";
Expand All @@ -23,7 +23,7 @@ type TargetRoute = React.FC;

const routes: { [key: string]: TargetRoute } = {
// Valid Identifiers (No quotes needed)
// 2223: Aoc2223,
2223: Aoc2223,
2222: Aoc2222,
2212: Aoc2212,
2210: Aoc2210,
Expand Down

0 comments on commit bd4752b

Please sign in to comment.