Fix Block import locations
This commit is contained in:
parent
336455d689
commit
166c517ff8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue