Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import InspectorGUI from "./InspectorGUI.svelte"
const target = document.getElementById("main")
target.innerHTML = ""
new InspectorGUI({
target
})