This commit is contained in:
Andrew Kingston 2024-03-14 15:36:05 +00:00
parent af43a18290
commit 1a9843fcc8
1 changed files with 1 additions and 10 deletions

View File

@ -1,14 +1,5 @@
<script>
import {
Input,
Layout,
Icon,
Popover,
Tags,
Tag,
Body,
Button,
} from "@budibase/bbui"
import { Input, Layout, Icon, Popover, Tags, Tag, Body } from "@budibase/bbui"
import CodeEditor from "components/common/CodeEditor/CodeEditor.svelte"
import { EditorModes } from "components/common/CodeEditor"
import SnippetDrawer from "./SnippetDrawer.svelte"