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);