Skip to content

Commit

Permalink
chore: fix type check
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 11, 2024
1 parent f0d2d41 commit fe90ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/Stores/SurfacesStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type {
OutboundSurfacesUpdate,
ClientSurfaceItem,
} from '@companion-app/shared/Model/Surfaces.js'
import { action, observable, toJS } from 'mobx'
import { action, observable } from 'mobx'
import { assertNever } from '../util.js'
import { applyPatch } from 'fast-json-patch'
import { cloneDeep } from 'lodash-es'
Expand Down

0 comments on commit fe90ef0

Please sign in to comment.