This commit is contained in:
Luc Mcgrady 2025-06-19 12:18:41 +01:00
parent a8499bbc9c
commit a0d4c64a14
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,8 @@ Copyright: Ankitects Pty Ltd and contributors
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-->
<script lang="ts">
import "./congrats-base.scss";
import type { CongratsInfoResponse } from "@generated/anki/scheduler_pb";
import { congratsInfo } from "@generated/backend";
import * as tr from "@generated/ftl";

View file

@ -6,8 +6,6 @@
// page, and mounts into a div with 'id=congrats'. Unlike the desktop, it does not
// auto-refresh (to reduce the load on AnkiWeb).
import "./congrats-base.scss";
import { congratsInfo } from "@generated/backend";
import { ModuleName, setupI18n } from "@tslib/i18n";
import { checkNightMode } from "@tslib/nightmode";