refactor(server): consolidate KML import utilities

This commit is contained in:
Yannis Biasutti
2026-04-06 21:27:10 +02:00
parent 2cc79b3d16
commit 8c8bd5bc37
4 changed files with 6 additions and 181 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import {
resolveCategoryIdForFolder,
stripXmlNamespaces,
type KmlImportSummary,
} from './placeImport/kmlImportUtils';
} from './kmlImport';
interface PlaceWithCategory extends Place {
category_name: string | null;