forked from MapComplete/MapComplete
Chore: housekeeping
This commit is contained in:
parent
cd9e03dd6f
commit
b300fffdc5
156 changed files with 4436 additions and 1318 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue