1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Fix crash when changing screen layout

This commit is contained in:
Andrew Kingston 2020-12-07 15:59:19 +00:00
parent 7fa252ec07
commit 743dc950cd

View file

@ -1,4 +1,5 @@
<script> <script>
import { get } from "svelte/store"
import { store, selectedComponent, currentAsset } from "builderStore" import { store, selectedComponent, currentAsset } from "builderStore"
import { FrontendTypes } from "constants" import { FrontendTypes } from "constants"
import panelStructure from "./temporaryPanelStructure.js" import panelStructure from "./temporaryPanelStructure.js"