diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-09 22:59:02 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-11 15:35:03 +0200 |
| commit | 909773f9d253c61183cc1f9f6193656957946be5 (patch) | |
| tree | 136075e1946accedda0530dd25940b8931408c5a /app/index.html | |
| parent | be7ec90b500ac68e053f2b58feb085247ef95817 (diff) | |
| download | housing-909773f9d253c61183cc1f9f6193656957946be5.tar.zst | |
Add statistical areas
Diffstat (limited to 'app/index.html')
| -rw-r--r-- | app/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html index 479eafa..aca331c 100644 --- a/app/index.html +++ b/app/index.html @@ -47,6 +47,7 @@ { "imports": { "dom": "./dom.js", + "components": "./components.js", "geom": "./geometry.js", "map": "./map.js", "models": "./models.js", |
