refactor(controls): remove auto-imports

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 09a97da116
commit 969869110a
4 changed files with 5 additions and 67 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ export default {
<template>
<button class="vue-flow__controls-button">
<slot></slot>
<slot />
</button>
</template>