From 25674ca45a3e2b31f19a79c3432882fdae59d89c Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:02:29 +0200 Subject: [PATCH] Update App.tsx --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 4cf9367..d31e898 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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,