Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YawarRaza7349 authored Jun 5, 2024
1 parent 223fca8 commit a2a974d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion visualization/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { preprocessed } from "preprocessed";

class Observable {
#v;
#subscribers;
Expand All @@ -18,7 +20,7 @@ class Observable {
}
}

const { startYear: dataStartYear, data: allData } = window.preprocessedData;
const { startYear: dataStartYear, data: allData } = preprocessed;

const domEditYear = document.querySelector("#edit-year");
const domSubmitYear = document.querySelector("#submit-year");
Expand Down

0 comments on commit a2a974d

Please sign in to comment.