Skip to content

Commit

Permalink
Fix linter error (#10377)
Browse files Browse the repository at this point in the history
Fixes linter error on develop.
  • Loading branch information
4e6 authored Jun 26, 2024
1 parent d920784 commit 2dbd8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gui2/src/providers/selectionArrow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 2dbd8a2

Please sign in to comment.