Anki/ts/lib/editable/index.ts
2025-07-24 13:14:27 +03:00

9 lines
335 B
TypeScript

// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import "./editable-base.scss";
import "./content-editable.scss";
import "./mathjax.scss";
/* only imported for the CSS in the legacy editor */
import "./ContentEditable.svelte";
import "./Mathjax.svelte";