import { ComponentType } from 'preact'

const withCrossDeviceWhenNoCamera = (
  WrappedComponent: ComponentType
): ComponentType => WrappedComponent

export default withCrossDeviceWhenNoCamera
