From a26389d7d59717735347aa8dc16e67a8c3e7c6fd Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 24 May 2025 18:37:35 -0400 Subject: [PATCH] Delete input.js --- input.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 input.js diff --git a/input.js b/input.js deleted file mode 100644 index 4c32036..0000000 --- a/input.js +++ /dev/null @@ -1,10 +0,0 @@ -// Your "Input" tab should look like this -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);