Chore: housekeeping

This commit is contained in:
Pieter Vander Vennet 2025-02-10 02:04:58 +01:00
parent cd9e03dd6f
commit b300fffdc5
156 changed files with 4436 additions and 1318 deletions

View file

@ -1,4 +1,4 @@
import Test from "./UI/Test.svelte"
import { OsmConnection } from "./Logic/Osm/OsmConnection"
new OsmConnection().interact("user/details.json").then(r => console.log(">>>", r))
new OsmConnection().interact("user/details.json").then((r) => console.log(">>>", r))