Fix random warnings in several plugins

Summary: Click through plugins and fix warnings until tired.

Reviewed By: jknoxville

Differential Revision: D19253740

fbshipit-source-id: 87b6d6b103ee51c7b5579a128a15c3bb9d71b432
This commit is contained in:
Michel Weststrate
2020-01-02 07:51:51 -08:00
committed by Facebook Github Bot
parent 5d25b77622
commit 59c9a10a73
3 changed files with 28 additions and 23 deletions

View File

@@ -7,8 +7,8 @@
* @format
*/
import {produce} from 'immer';
import {Actions} from './';
import {produce} from 'flipper';
export type State = {
healthcheckReport: HealthcheckReport;