Removed duplicated functions after migration

Summary:
Pritesh and I both decided to re-add these functions without knowing that the other person had already re-added them.

Got through to master and now master won't build.

Reviewed By: priteshrnandgaonkar

Differential Revision: D16762774

fbshipit-source-id: 4a05d9e03cb043a6f398f57f2652a3ec15bd8985
This commit is contained in:
Benjamin Elo
2019-08-12 06:58:46 -07:00
committed by Facebook Github Bot
parent 13fc0bec27
commit 9c80021d7c

View File

@@ -267,12 +267,3 @@ export const setFlipperRating = (rating: number): Action => ({
rating,
},
});
export const unsetShare = (): Action => ({
type: UNSET_SHARE,
});
export const setExportStatusComponent = (payload: JSX.Element): Action => ({
type: SET_EXPORT_STATUS_MESSAGE,
payload,
});