createPaste
Reviewed By: jknoxville Differential Revision: D14224400 fbshipit-source-id: 9a9a8578de00d276d65a7928964eae619f5bc41f
This commit is contained in:
committed by
Facebook Github Bot
parent
6118dee3e7
commit
99ea11b8e6
@@ -37,7 +37,8 @@ import {
|
||||
updateCategoryBlacklist,
|
||||
} from './reducers/notifications';
|
||||
import {selectPlugin} from './reducers/connections';
|
||||
import {createPaste, textContent} from './utils/index';
|
||||
import {textContent} from './utils/index';
|
||||
import createPaste from './fb-stubs/createPaste';
|
||||
|
||||
export default class Notifications extends FlipperDevicePlugin<{}> {
|
||||
static id = 'notifications';
|
||||
|
||||
Reference in New Issue
Block a user