Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaeffer committed Oct 2, 2024
1 parent 37b3864 commit c57ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "../node_modules/@reactive-graph/design/build/css/reactive-graph.css";
import "./base.css"
import "./layout.css"
import "./molecules.css"
import _ from "underscore";
import _ from "../node_modules/underscore";

const checkHeader = _.throttle(() => {
// let scrollPosition = Math.round(window.scrollY);
Expand Down

0 comments on commit c57ac1d

Please sign in to comment.