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 d5d20f9 commit 25674ca
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 @@ -28,8 +28,8 @@ const routes: { [key: string]: TargetRoute } = {
// Valid Identifiers (No quotes needed)
// 2223: Aoc2223,
2222: Aoc2222,
2212: Aoc2212, // New
// '2212Alt': Aoc2212Alt, // New
2212: Aoc2212,
// '2212Alt': Aoc2212Alt,
2210: Aoc2210,
2105: Aoc2105,
2003: Aoc2003,
Expand Down

0 comments on commit 25674ca

Please sign in to comment.