Fix Svelte exports not working in Deck Options (#3382)

This commit is contained in:
Abdo 2024-08-29 15:12:18 +03:00 committed by GitHub
parent 83cd32480b
commit 59d12c7330

View file

@ -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";