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