From 770209ed91db430de976b818302cd164b7e2ae28 Mon Sep 17 00:00:00 2001 From: saliherdemk Date: Mon, 21 Oct 2024 18:00:20 +0300 Subject: [PATCH] path correction --- js/HandWritten/DigitInputGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/HandWritten/DigitInputGrid.js b/js/HandWritten/DigitInputGrid.js index cd603e5..c1cc2b5 100644 --- a/js/HandWritten/DigitInputGrid.js +++ b/js/HandWritten/DigitInputGrid.js @@ -143,7 +143,7 @@ class DigitInputGrid extends Draggable { async getData() { try { - const module = await import(`/data.js`); + const module = await import(`../../data.js`); this.testData = module.default; } catch (error) { console.error("Error loading test data:", error);