Anki/ts/routes/editor/index.ts
2025-07-24 11:49:10 +03:00

10 lines
275 B
TypeScript

// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
// Entry point for the legacy editor page.
import { globalExport } from "@tslib/globals";
import * as base from "./base";
globalExport(base);