This commit is contained in:
Andrew Kingston 2021-08-11 18:13:40 +01:00
parent 25e891c189
commit 41afbe0a1b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<script> <script>
import Placeholder from "../Placeholder.svelte" import Placeholder from "../Placeholder.svelte"
import FieldGroupFallback from "./FieldGroupFallback.svelte" import FieldGroupFallback from "./FieldGroupFallback.svelte"
import { getContext, onMount } from "svelte" import { getContext } from "svelte"
export let label export let label
export let field export let field