updates filepath for Section in FieldGroup

This commit is contained in:
mikesealey 2024-10-21 15:38:26 +01:00
parent 01edb34b6e
commit 62b4deca95
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script>
import { getContext, setContext } from "svelte"
import Section from "../Section.svelte"
import Section from "../deprecated/Section.svelte"
export let labelPosition = "above"
export let type = "oneColumn"