SonarPlugin > FlipperPlugin
Summary: Renaming: - `SonarPlugin` > `FlipperPlugin` - `SonarBasePlugin` > `FlipperBasePlugin` - `SonarDevicePlugin` > `FlipperDevicePlugin` Reviewed By: passy Differential Revision: D9851075 fbshipit-source-id: d59df6952a42eb493c86c38895216c9985f1e14b
This commit is contained in:
committed by
Facebook Github Bot
parent
47ec499973
commit
2e2924c979
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {SonarPlugin} from 'sonar';
|
||||
import {FlipperPlugin} from 'sonar';
|
||||
import {FlexColumn} from 'sonar';
|
||||
import {ButtonGroup, Button, styled, colors} from 'sonar';
|
||||
|
||||
@@ -31,7 +31,7 @@ const ButtonContainer = styled(FlexColumn)({
|
||||
padding: 20,
|
||||
});
|
||||
|
||||
export default class SandboxView extends SonarPlugin<SandboxState> {
|
||||
export default class SandboxView extends FlipperPlugin<SandboxState> {
|
||||
state = {
|
||||
sandboxes: [],
|
||||
customSandbox: '',
|
||||
|
||||
Reference in New Issue
Block a user