Migrate BugReporter

Summary: _typescript_

Reviewed By: danielbuechele

Differential Revision: D16666761

fbshipit-source-id: 7dc1c21c5c9bdf56908af4e251de16dad14cae38
This commit is contained in:
Pascal Hartig
2019-08-09 03:56:27 -07:00
committed by Facebook Github Bot
parent 3c2d9973e5
commit c5563be56b
5 changed files with 6 additions and 7 deletions

View File

@@ -5,9 +5,8 @@
* @format
*/
import type {Logger} from '../fb-interfaces/Logger';
import type {Store} from '../reducers/index.tsx';
import {Logger} from '../fb-interfaces/Logger';
import {Store} from '../reducers/index';
export default class BugReporter {
constructor(logManager: Logger, store: Store) {}