Lint
This commit is contained in:
parent
fcf682b827
commit
c8a8e60a09
|
@ -1,14 +1,14 @@
|
|||
<div class="icon-side-nav">
|
||||
<slot/>
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.icon-side-nav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
padding: var(--spacing-s);
|
||||
gap: var(--spacing-xs);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
padding: var(--spacing-s);
|
||||
gap: var(--spacing-xs);
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
import { get, writable } from "svelte/store"
|
||||
import { cloneDeep } from "lodash/fp"
|
||||
import {
|
||||
currentAsset,
|
||||
mainLayout,
|
||||
selectedComponent,
|
||||
selectedScreen,
|
||||
store,
|
||||
} from "builderStore"
|
||||
import { currentAsset, mainLayout, selectedComponent } from "builderStore"
|
||||
import {
|
||||
datasources,
|
||||
integrations,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<script>
|
||||
import Panel from "components/design/Panel.svelte"
|
||||
import {
|
||||
Body,
|
||||
Layout,
|
||||
Label,
|
||||
ActionGroup,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<script>
|
||||
import { notifications, Slider, Icon } from "@budibase/bbui"
|
||||
import { store } from "builderStore"
|
||||
import { get } from "svelte/store"
|
||||
|
||||
const ThemeOptions = [
|
||||
"spectrum--darkest",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<script>
|
||||
import Panel from "components/design/Panel.svelte"
|
||||
import {
|
||||
Body,
|
||||
Layout,
|
||||
Label,
|
||||
ColorPicker,
|
||||
|
|
Loading…
Reference in New Issue