This commit is contained in:
Henrik Giesel 2020-12-27 02:04:45 +01:00
parent 3d7dbfa61c
commit 0a24f1b2f7

View File

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