Migrate BaseDevice from js to tsx
Summary: As per the title Reviewed By: passy Differential Revision: D16687261 fbshipit-source-id: a9d85424fb0a08fada7edd0355c356907518d366
This commit is contained in:
committed by
Facebook Github Bot
parent
18f43daa04
commit
47a55b0f26
@@ -34,7 +34,7 @@ import {
|
||||
} from './reducers/application.tsx';
|
||||
import type {Logger} from './fb-interfaces/Logger.js';
|
||||
import type BugReporter from './fb-stubs/BugReporter.tsx';
|
||||
import type BaseDevice from './devices/BaseDevice.js';
|
||||
import type BaseDevice from './devices/BaseDevice.tsx';
|
||||
const version = remote.app.getVersion();
|
||||
|
||||
type OwnProps = {|
|
||||
|
||||
Reference in New Issue
Block a user