refactor(core): add explicit imports and remove auto-imports
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed } from 'vue'
|
||||
import type { PanelProps } from '../../types/panel'
|
||||
import { useVueFlow } from '../../composables'
|
||||
|
||||
const props = defineProps<PanelProps>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user