// 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 _editor from "$lib/../editor"; import * as _reviewer from "$lib/../reviewer";