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 3661333185
commit 58e25f12b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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