Fix: fix some unresolved imports after refactoring

This commit is contained in:
Pieter Vander Vennet 2025-08-01 19:49:44 +02:00
parent 6f69f3ee69
commit 5e3be88eca
8 changed files with 15 additions and 6 deletions

View file

@ -3,6 +3,7 @@ import ScriptUtils from "./ScriptUtils"
import { Utils } from "../src/Utils"
import Script from "./Script"
import { Feature, Polygon } from "geojson"
import { Lists } from "../src/Utils/Lists"
class StatsDownloader {
private readonly urlTemplate =