Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Oct 15, 2024
1 parent 614381c commit 23b0379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/browse/layers/lines/PavementWidths.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
LineLayer,
VectorTileSource,
} from "svelte-maplibre";
import { colors, denseLineWidth } from "../../colors";
import { denseLineWidth } from "../../colors";
import SequentialLegend from "../SequentialLegend.svelte";
import { showHideLayer } from "../url";
Expand Down
1 change: 0 additions & 1 deletion src/lib/browse/layers/points/VehicleCounts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
VectorTileSource,
type LayerClickInfo,
} from "svelte-maplibre";
import { colors } from "../../colors";
import OsOglLicense from "../OsOglLicense.svelte";
import SequentialLegend from "../SequentialLegend.svelte";
import { showHideLayer } from "../url";
Expand Down

0 comments on commit 23b0379

Please sign in to comment.