Migrate exportData
Summary: _typescript_ Reviewed By: jknoxville Differential Revision: D16711940 fbshipit-source-id: 2e0e5cd0440fe1cdb7bd29af94e22c7f6b9137f8
This commit is contained in:
committed by
Facebook Github Bot
parent
8c05c73c5f
commit
99ca6aa7e8
@@ -12,7 +12,7 @@ import {dirname} from 'path';
|
||||
import {selectDevice, preferDevice} from '../reducers/connections.tsx';
|
||||
import {default as which} from 'which';
|
||||
import {promisify} from 'util';
|
||||
import {showOpenDialog} from '../utils/exportData';
|
||||
import {showOpenDialog} from '../utils/exportData.tsx';
|
||||
import PropTypes from 'prop-types';
|
||||
import type BaseDevice from '../devices/BaseDevice.tsx';
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ import {
|
||||
import type {Logger} from '../fb-interfaces/Logger.js';
|
||||
import {Idler} from '../utils/Idler';
|
||||
import {shareFlipperData} from '../fb-stubs/user.tsx';
|
||||
import {exportStore, EXPORT_FLIPPER_TRACE_EVENT} from '../utils/exportData.js';
|
||||
import {exportStore, EXPORT_FLIPPER_TRACE_EVENT} from '../utils/exportData.tsx';
|
||||
import PropTypes from 'prop-types';
|
||||
import {clipboard} from 'electron';
|
||||
import ShareSheetErrorList from './ShareSheetErrorList.js';
|
||||
|
||||
@@ -28,7 +28,7 @@ import {Idler} from '../utils/Idler';
|
||||
import {
|
||||
exportStoreToFile,
|
||||
EXPORT_FLIPPER_TRACE_EVENT,
|
||||
} from '../utils/exportData.js';
|
||||
} from '../utils/exportData.tsx';
|
||||
import PropTypes from 'prop-types';
|
||||
import ShareSheetErrorList from './ShareSheetErrorList.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user