Convert utils/reduxDevToolsConfig to TS

Reviewed By: danielbuechele

Differential Revision: D16710475

fbshipit-source-id: 8b2a9e9592354702f6ea5bfb777635fff4e0220b
This commit is contained in:
John Knox
2019-08-12 03:02:16 -07:00
committed by Facebook Github Bot
parent 9b6f3684cb
commit aab92446b4
2 changed files with 3 additions and 3 deletions

View File

@@ -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) {