Convert utils/reduxDevToolsConfig to TS
Reviewed By: danielbuechele Differential Revision: D16710475 fbshipit-source-id: 8b2a9e9592354702f6ea5bfb777635fff4e0220b
This commit is contained in:
committed by
Facebook Github Bot
parent
9b6f3684cb
commit
aab92446b4
@@ -4,8 +4,8 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
* @format
|
||||
*/
|
||||
import {State} from '../reducers/index.tsx';
|
||||
import type {DeviceExport} from '../devices/BaseDevice.tsx';
|
||||
import {State} from '../reducers/index';
|
||||
import {DeviceExport} from '../devices/BaseDevice';
|
||||
|
||||
export const stateSanitizer = (state: State) => {
|
||||
if (state.connections && state.connections.devices) {
|
||||
Reference in New Issue
Block a user