1
0
Fork 0
mirror of synced 2024-07-20 21:55:54 +12:00
This commit is contained in:
Andrew Kingston 2022-05-23 11:56:15 +01:00
parent a494aec6c6
commit 123f091730
5 changed files with 9 additions and 18 deletions

View file

@ -1,12 +1,6 @@
import { get, writable } from "svelte/store" import { get, writable } from "svelte/store"
import { cloneDeep } from "lodash/fp" import { cloneDeep } from "lodash/fp"
import { import { currentAsset, mainLayout, selectedComponent } from "builderStore"
currentAsset,
mainLayout,
selectedComponent,
selectedScreen,
store,
} from "builderStore"
import { import {
datasources, datasources,
integrations, integrations,

View file

@ -1,7 +1,6 @@
<script> <script>
import Panel from "components/design/Panel.svelte" import Panel from "components/design/Panel.svelte"
import { import {
Body,
Layout, Layout,
Label, Label,
ActionGroup, ActionGroup,

View file

@ -1,7 +1,6 @@
<script> <script>
import { notifications, Slider, Icon } from "@budibase/bbui" import { notifications, Slider, Icon } from "@budibase/bbui"
import { store } from "builderStore" import { store } from "builderStore"
import { get } from "svelte/store"
const ThemeOptions = [ const ThemeOptions = [
"spectrum--darkest", "spectrum--darkest",

View file

@ -1,7 +1,6 @@
<script> <script>
import Panel from "components/design/Panel.svelte" import Panel from "components/design/Panel.svelte"
import { import {
Body,
Layout, Layout,
Label, Label,
ColorPicker, ColorPicker,