chore: lint files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { InjectionKey, Slots as TSlots } from 'vue'
|
||||
import { VueFlowStore } from '~/types'
|
||||
import type { InjectionKey, Slots as TSlots } from 'vue'
|
||||
import type { VueFlowStore } from '~/types'
|
||||
|
||||
export const VueFlow: InjectionKey<VueFlowStore> = Symbol('vueFlow')
|
||||
export const NodeId: InjectionKey<string> = Symbol('nodeId')
|
||||
|
||||
Reference in New Issue
Block a user