Move components around
This commit is contained in:
parent
1edf380053
commit
d872ee19d0
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue