mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
congrats
This commit is contained in:
parent
a8499bbc9c
commit
a0d4c64a14
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue