MapComplete/src/test.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
180 B
TypeScript
Raw Normal View History

import Test from "./UI/Test.svelte"
2024-12-31 19:55:08 +01:00
import { OsmConnection } from "./Logic/Osm/OsmConnection"
2024-02-20 02:01:08 +01:00
2025-02-10 02:04:58 +01:00
new OsmConnection().interact("user/details.json").then((r) => console.log(">>>", r))