mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
6 lines
251 B
TypeScript
6 lines
251 B
TypeScript
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
// allow Svelte add-ons
|
|
import * as svelte_internal from "svelte/internal";
|
|
window["svelte_internal"] = svelte_internal;
|