Migrate user
Summary: Migrate user and introduce a global declarations file. Reviewed By: danielbuechele Differential Revision: D16690480 fbshipit-source-id: be4e5218715dcae4b403b24cdbc2f3e89728dd59
This commit is contained in:
committed by
Facebook Github Bot
parent
4afc417ea5
commit
e56d3a4c6d
@@ -23,7 +23,7 @@ import {
|
||||
} from '../reducers/application.tsx';
|
||||
import type {Logger} from '../fb-interfaces/Logger.js';
|
||||
import {Idler} from '../utils/Idler';
|
||||
import {shareFlipperData} from '../fb-stubs/user';
|
||||
import {shareFlipperData} from '../fb-stubs/user.tsx';
|
||||
import {exportStore, EXPORT_FLIPPER_TRACE_EVENT} from '../utils/exportData.js';
|
||||
import PropTypes from 'prop-types';
|
||||
import {clipboard} from 'electron';
|
||||
|
||||
@@ -17,8 +17,8 @@ import {
|
||||
Link,
|
||||
colors,
|
||||
} from 'flipper';
|
||||
import {writeKeychain, getUser} from '../fb-stubs/user';
|
||||
import {login} from '../reducers/user.tsx';
|
||||
import {writeKeychain, getUser} from '../fb-stubs/user.tsx';
|
||||
import {connect} from 'react-redux';
|
||||
|
||||
const Container = styled(FlexColumn)({
|
||||
|
||||
Reference in New Issue
Block a user