mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix Svelte exports not working in Deck Options (#3382)
This commit is contained in:
parent
3661333185
commit
58e25f12b2
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<script lang="ts">
|
||||
import type { Writable } from "svelte/store";
|
||||
|
||||
import "$lib/sveltelib/export-runtime";
|
||||
|
||||
import Container from "$lib/components/Container.svelte";
|
||||
import Row from "$lib/components/Row.svelte";
|
||||
import type { DynamicSvelteComponent } from "$lib/sveltelib/dynamicComponent";
|
||||
|
|
Loading…
Reference in a new issue