Lint
This commit is contained in:
parent
b5695cdc8e
commit
123e805668
|
@ -1,5 +1,4 @@
|
||||||
<script>
|
<script>
|
||||||
import { getContext } from "svelte"
|
|
||||||
import {
|
import {
|
||||||
store,
|
store,
|
||||||
selectedComponent,
|
selectedComponent,
|
||||||
|
@ -23,14 +22,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const dragDropStore = instantiateStore()
|
const dragDropStore = instantiateStore()
|
||||||
const scrollApi = getContext("scroll")
|
|
||||||
|
|
||||||
export let route
|
export let route
|
||||||
export let path
|
export let path
|
||||||
export let indent
|
export let indent
|
||||||
export let border
|
export let border
|
||||||
|
|
||||||
let folder
|
|
||||||
let routeManuallyOpened = false
|
let routeManuallyOpened = false
|
||||||
|
|
||||||
$: selectedScreen = $currentAsset
|
$: selectedScreen = $currentAsset
|
||||||
|
|
Loading…
Reference in New Issue