From ba14a26d22ec5ee7a899c3a54ea1f4f31cd7690b Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 24 May 2025 18:37:53 -0400 Subject: [PATCH] Delete context.js --- context.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 context.js diff --git a/context.js b/context.js deleted file mode 100644 index c93961d..0000000 --- a/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);