Move components around

This commit is contained in:
Andrew Kingston 2025-01-20 16:09:01 +00:00
parent 1edf380053
commit d872ee19d0
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
<script lang="ts"> <script lang="ts">
import { onMount } from "svelte"
import { Link, Body, Helpers, Layout } from "@budibase/bbui" import { Link, Body, Helpers, Layout } from "@budibase/bbui"
import { processObjectSync } from "@budibase/string-templates"
import { import {
previewStore, previewStore,
selectedScreen, selectedScreen,
@ -7,9 +9,7 @@
snippets, snippets,
} from "@/stores/builder" } from "@/stores/builder"
import { getBindableProperties } from "@/dataBinding" import { getBindableProperties } from "@/dataBinding"
import BindingNode from "./BindingExplorer/BindingNode.svelte" import BindingNode from "./BindingNode.svelte"
import { processObjectSync } from "@budibase/string-templates"
import { onMount } from "svelte"
// Minimal typing for the real data binding structure, as none exists // Minimal typing for the real data binding structure, as none exists
type DataBinding = { type DataBinding = {