Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import Test from "./UI/Test.svelte"
import { OsmConnection } from "./Logic/Osm/OsmConnection"
new OsmConnection().interact("user/details.json").then((r) => console.log(">>>", r))