mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
5 lines
292 B
TypeScript
5 lines
292 B
TypeScript
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
// this route pulls in code that's currently bundled separately, so that
|
|
// errors in it get caught by svelte-check
|
|
import * as _reviewer from "$lib/../reviewer";
|