diff --git a/app/gui2/src/providers/selectionArrow.ts b/app/gui2/src/providers/selectionArrow.ts index 3b8e9a4ac4b7..ddb4eac905d9 100644 --- a/app/gui2/src/providers/selectionArrow.ts +++ b/app/gui2/src/providers/selectionArrow.ts @@ -2,7 +2,7 @@ import { createContextStore } from '@/providers' import type { PortId } from '@/providers/portInfo.ts' import type { AstId, TokenId } from '@/util/ast/abstract.ts' import { identity } from '@vueuse/core' -import type { Ref, RendererElement } from 'vue' +import type { RendererElement } from 'vue' interface SelectionArrowInfo { /** Id of the subexpression that should display arrow underneath. */