Skip to content

Commit

Permalink
refactor: Rename actions/all-actions.ts to actions/actions.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswalden committed Nov 28, 2024
1 parent 1af8502 commit 730ed07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
InstanceStatus,
type SomeCompanionConfigField,
} from '@companion-module/base'
import { getActions } from './actions/all-actions.js'
import { getActions } from './actions/actions.js'
import { getConfigFields, type PtzOpticsConfig } from './config.js'
import { getPresets } from './presets.js'
import type { Command, Inquiry } from './visca/command.js'
Expand Down

0 comments on commit 730ed07

Please sign in to comment.