updates checkCode to new framework

This commit is contained in:
2025-05-02 01:11:15 -06:00
parent 26b7089cc2
commit 03a1e3ed21
6 changed files with 128 additions and 51 deletions

View File

@@ -0,0 +1,7 @@
const thing: string = "";
switch (thing) {
case "Text1":
break;
default:
break;
}