Skip to content

Commit

Permalink
make tests run again
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Oct 1, 2023
1 parent 9e89b7c commit 4d64e15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion js/ide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import _ from "lodash";
import $ from "jquery";
import jQuery from "jquery";
import "jquery-ui-dist/jquery-ui";
import html2canvas from "html2canvas";
import {Canvg} from "canvg";
import "leaflet";
Expand Down
1 change: 1 addition & 0 deletions js/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import $ from "jquery";
import "jquery-ui-dist/jquery-ui";

import "leaflet";
import "./leaflet.polylineoffset";
Expand Down

0 comments on commit 4d64e15

Please sign in to comment.