Skip to content

Commit

Permalink
feat(toolbox): updated extensions for some helper imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Oct 30, 2024
1 parent 1914e5c commit c09748b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/features/toolbox/functions.native.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { IReduxState } from '../app/types';
import { IStateful } from '../base/app/types';
import { hasAvailableDevices } from '../base/devices/functions';
import { hasAvailableDevices } from '../base/devices/functions.native';
import { TOOLBOX_ALWAYS_VISIBLE, TOOLBOX_ENABLED } from '../base/flags/constants';
import { getFeatureFlag } from '../base/flags/functions';
import { getParticipantCountWithFake } from '../base/participants/functions';
import { toState } from '../base/redux/functions';
import { isLocalVideoTrackDesktop } from '../base/tracks/functions';
import { isLocalVideoTrackDesktop } from '../base/tracks/functions.native';

export * from './functions.any';

Expand Down

0 comments on commit c09748b

Please sign in to comment.