From 5f79c0c26220ced26be21576e4331bf5e3350c93 Mon Sep 17 00:00:00 2001 From: Samueras Date: Sun, 4 May 2025 12:05:45 +0200 Subject: [PATCH] Export swipe_right in public/script.js --- public/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/script.js b/public/script.js index f2efda2b5..c1b65e24e 100644 --- a/public/script.js +++ b/public/script.js @@ -293,6 +293,7 @@ export { isOdd, countOccurrences, renderTemplate, + swipe_right }; /**