From 4cc6a0cbb6e285fba56b0353d16e40b2e257185c Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 17 May 2025 17:52:33 -0400 Subject: [PATCH] Delete Source Code directory --- Source Code/Input | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Source Code/Input diff --git a/Source Code/Input b/Source Code/Input deleted file mode 100644 index 7fbdb31..0000000 --- a/Source Code/Input +++ /dev/null @@ -1,9 +0,0 @@ -const modifier = (text) => { - // - // Ideally, your other input code goes above this line - text = AutoCards("input", text); - // Alternatively, you may also put it below this line - // - return {text}; -}; -modifier(text);