Added fix for ComponentSettingSection component location

This commit is contained in:
Dean 2023-08-24 15:26:00 +01:00
parent dc500ba290
commit 38e46dfa15
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import { store } from "builderStore"
import { cloneDeep } from "lodash/fp"
import { createEventDispatcher } from "svelte"
import ComponentSettingsSection from "../../../../../pages/builder/app/[application]/design/[screenId]/components/[componentId]/_components/settings/ComponentSettingsSection.svelte"
import ComponentSettingsSection from "../../../../../pages/builder/app/[application]/design/[screenId]/[componentId]/_components/Component/ComponentSettingsSection.svelte"
export let anchor
export let field