Remove testing components

This commit is contained in:
Andrew Kingston 2024-02-29 16:29:59 +00:00
parent 47cc9557c4
commit d11e0a8e62
1 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@
import { BindingHelpers } from "./utils"
import formatHighlight from "json-format-highlight"
import { capitalise } from "helpers"
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
import { Utils } from "@budibase/frontend-core"
import { get } from "svelte/store"
@ -201,7 +200,6 @@
{capitalise(tab)}
</ActionButton>
{/each}
<DrawerBindableInput />
</div>
<div class="side-tabs">
{#each sideTabs as tab}