This commit is contained in:
Henrik Giesel 2020-12-27 02:04:45 +01:00
parent 20c2d55059
commit 71149656fc

View file

@ -3,7 +3,7 @@
</script>
<script lang="typescript">
import type { SvelteComnponent } from "svelte/internal";
import type { SvelteComponent } from "svelte/internal";
import type { I18n } from "anki/i18n";
import type pb from "anki/backend_proto";
import { getGraphData, RevlogRange } from "./graph-helpers";