mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -05:00
6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
import ImageOverlay from "./ImageOverlay.svelte";
|
|
|
|
export default ImageOverlay;
|