Skip to content

Commit

Permalink
path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
saliherdemk committed Oct 21, 2024
1 parent 1cb4b26 commit 770209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/HandWritten/DigitInputGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 770209e

Please sign in to comment.