From 9faa6ea31adb37aa631a9ecacbab25433ef856fd Mon Sep 17 00:00:00 2001
From: Nick Playfair <842413+nplayfair@users.noreply.github.com>
Date: Tue, 10 Jun 2025 15:44:48 +0100
Subject: [PATCH] Move event listener to typescript file
---
index.html | 4 ++--
src/csvToJSON.ts | 12 ++++++++++++
src/index.ts | 26 +++++++++++++++++++++++---
3 files changed, 37 insertions(+), 5 deletions(-)
create mode 100644 src/csvToJSON.ts
diff --git a/index.html b/index.html
index f245ec3..305603a 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@
-
+ -->