From 6ceb3994e7b8777e113a8ad018d1ddf0033612c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Fri, 9 Jan 2026 21:36:35 +0100 Subject: [PATCH] feat: cv2 --- src/routes/(app)/config/x2/+page.svelte | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/routes/(app)/config/x2/+page.svelte diff --git a/src/routes/(app)/config/x2/+page.svelte b/src/routes/(app)/config/x2/+page.svelte deleted file mode 100644 index 0e26a94f..00000000 --- a/src/routes/(app)/config/x2/+page.svelte +++ /dev/null @@ -1,10 +0,0 @@ - - -
{text}
-{#each parseCharaChords(text, $KEYMAP_IDS) as chord} -
{JSON.stringify(chord)} ({text.slice(chord.from, chord.to)})
-{/each}