1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Fix Block import locations

This commit is contained in:
Dean 2023-10-13 15:02:18 +01:00
parent 336455d689
commit 166c517ff8

View file

@ -1,6 +1,6 @@
<script>
import BlockComponent from "../../BlockComponent.svelte"
import Block from "../../Block.svelte"
import BlockComponent from "../BlockComponent.svelte"
import Block from "../Block.svelte"
export let buttons = []
export let direction