Skip to content

Commit

Permalink
chore: fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Dec 18, 2024
1 parent ecd2e82 commit e26d9a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webui/src/Triggers/EditPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { TriggerEventEditor } from './EventEditor.js'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faQuestionCircle } from '@fortawesome/free-solid-svg-icons'
import type { TriggerModel } from '@companion-app/shared/Model/TriggerModel.js'
import { InlineHelp } from '../Components/InlineHelp.js'

interface EditTriggerPanelProps {
controlId: string
Expand Down

0 comments on commit e26d9a3

Please sign in to comment.