Skip to content

Commit

Permalink
Fix import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Aug 28, 2023
1 parent 0120f52 commit d796971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Models/LeafletSpec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import L from "leaflet";
import { action, computed, when } from "mobx";
import { ViewerMode } from "terriajs-plugin-api";
import WebMapServiceCatalogItem from "../../lib/Models/Catalog/Ows/WebMapServiceCatalogItem";
import CommonStrata from "../../lib/Models/Definition/CommonStrata";
import createStratumInstance from "../../lib/Models/Definition/createStratumInstance";
import Leaflet from "../../lib/Models/Leaflet";
import Terria from "../../lib/Models/Terria";
import ViewerMode from "../../lib/Models/ViewerMode";
import { RectangleTraits } from "../../lib/Traits/TraitsClasses/MappableTraits";
import TerriaViewer from "../../lib/ViewModels/TerriaViewer";

Expand Down

0 comments on commit d796971

Please sign in to comment.