Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<script lang="ts">
import { UIEventSource } from "../../../Logic/UIEventSource"
/**
* Simply shows the image
*/
export let value: UIEventSource<undefined | string>
</script>
<img src={$value} />