mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
graphs
This commit is contained in:
parent
03fff99943
commit
590db7e932
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 "./graphs-base.scss";
|
||||
|
||||
import { bridgeCommand } from "@tslib/bridgecommand";
|
||||
import type { SvelteComponent } from "svelte";
|
||||
import { writable } from "svelte/store";
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
@typescript-eslint/no-explicit-any: "off",
|
||||
*/
|
||||
|
||||
import "./graphs-base.scss";
|
||||
|
||||
import { ModuleName, setupI18n } from "@tslib/i18n";
|
||||
import { checkNightMode } from "@tslib/nightmode";
|
||||
import type { SvelteComponent } from "svelte";
|
||||
|
|
|
|||
Loading…
Reference in a new issue