Skip to content

Commit

Permalink
fix: removed d3 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Dec 9, 2024
1 parent fc39e26 commit 9fd9259
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import "./bootstrap";
import * as d3 from 'd3';

window.d3 = d3;
import OCL from "openchemlib/full";
window.OCL = OCL;

0 comments on commit 9fd9259

Please sign in to comment.