1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

remove unused import

This commit is contained in:
kevmodrome 2020-04-06 11:23:32 +02:00
parent 56f7e79131
commit 155912e2d8

View file

@ -1,5 +1,4 @@
<script>
import Modal from "components/common/Modal.svelte"
import { store, backendUiStore } from "builderStore"
import ActionButton from "components/common/ActionButton.svelte"
import * as api from "../api"