From 0ce110c6031e80d37eb703d4f02a51dbe0dfa003 Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 24 May 2025 18:31:43 -0400 Subject: [PATCH] Delete src/input.js --- src/input.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/input.js diff --git a/src/input.js b/src/input.js deleted file mode 100644 index 4c32036..0000000 --- a/src/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);