1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00
This commit is contained in:
Andrew Kingston 2022-03-21 15:56:42 +00:00
parent e059f02355
commit c739bc8470

View file

@ -1,5 +1,4 @@
<script>
import { getContext } from "svelte"
import {
store,
selectedComponent,
@ -23,14 +22,12 @@
}
const dragDropStore = instantiateStore()
const scrollApi = getContext("scroll")
export let route
export let path
export let indent
export let border
let folder
let routeManuallyOpened = false
$: selectedScreen = $currentAsset