mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
10 lines
275 B
TypeScript
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);
|