From f5a76bdec356dc7d1e76aa2d6fe51fc25d1d8d7c Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 24 May 2025 18:31:18 -0400 Subject: [PATCH] Delete src/context.js --- src/context.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/context.js diff --git a/src/context.js b/src/context.js deleted file mode 100644 index c93961d..0000000 --- a/src/context.js +++ /dev/null @@ -1,10 +0,0 @@ -// Your "Context" tab should look like this -const modifier = (text) => { - // - // Ideally, your other context code goes above this line - [text, stop] = AutoCards("context", text, stop); - // Alternatively, you may also put it below this line - // - return {text, stop}; -}; -modifier(text);