diff --git a/ts/congrats/CongratsPage.svelte b/ts/congrats/CongratsPage.svelte index 5367bb64b..2aabc5d84 100644 --- a/ts/congrats/CongratsPage.svelte +++ b/ts/congrats/CongratsPage.svelte @@ -3,12 +3,12 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> diff --git a/ts/graphs/RangeBox.svelte b/ts/graphs/RangeBox.svelte index 8b9be344d..d9b33c7f5 100644 --- a/ts/graphs/RangeBox.svelte +++ b/ts/graphs/RangeBox.svelte @@ -7,7 +7,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import InputBox from "./InputBox.svelte"; - import * as tr from "anki/i18n"; + import * as tr from "lib/i18n"; import { RevlogRange, daysToRevlogRange } from "./graph-helpers"; enum SearchRange { diff --git a/ts/graphs/ReviewsGraph.svelte b/ts/graphs/ReviewsGraph.svelte index 8256a8f22..b3d7eb264 100644 --- a/ts/graphs/ReviewsGraph.svelte +++ b/ts/graphs/ReviewsGraph.svelte @@ -3,7 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> diff --git a/ts/graphs/TodayStats.svelte b/ts/graphs/TodayStats.svelte index 5a05455fb..3e42e1f6e 100644 --- a/ts/graphs/TodayStats.svelte +++ b/ts/graphs/TodayStats.svelte @@ -3,7 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->