This commit is contained in:
Andrew Kingston 2021-06-25 17:27:06 +01:00
parent 954c83c418
commit 50f8931fbe
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<script>
import { store, selectedComponent, currentAsset } from "builderStore"
import { store, selectedComponent } from "builderStore"
import { Tabs, Tab } from "@budibase/bbui"
import ScreenSettingsSection from "./ScreenSettingsSection.svelte"
import ComponentSettingsSection from "./ComponentSettingsSection.svelte"

View File

@ -1,5 +1,4 @@
import { Input, Select, ColorPicker } from "@budibase/bbui"
import FlatButtonGroup from "./PropertyControls/FlatButtonGroup"
export const margin = {
label: "Margin",

View File

@ -1,4 +1,3 @@
const _ = require("lodash")
const ALPHA_NUMERIC_REGEX = /^[A-Za-z0-9]+$/g
module.exports.FIND_HBS_REGEX = /{{([^{].*?)}}/g