aboutsummaryrefslogtreecommitdiffstats
path: root/app/map.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/map.js')
-rw-r--r--app/map.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/map.js b/app/map.js
index b792704..2658df9 100644
--- a/app/map.js
+++ b/app/map.js
@@ -61,9 +61,6 @@ export class PanningConfig {
static DEFAULT_VIEWBOX_SCALE = 1;
}
-/**
- * Map component for rendering houses, districts, and train infrastructure
- */
export class MapEl {
/** @type {SVGSVGElement} */
svg;