mapcomplete/preferences.ts

5 lines
115 B
TypeScript
Raw Normal View History

2020-07-31 19:54:30 +00:00
import {OsmConnection} from "./Logic/Osm/OsmConnection";
const connection = new OsmConnection(false, undefined);