Docs
Summary: renaming flipper in docs Reviewed By: passy Differential Revision: D9871491 fbshipit-source-id: 7a7dcc8421229f3a253efc6a49202dad5c7315d0
This commit is contained in:
committed by
Facebook Github Bot
parent
3e4c24d6fe
commit
159ce69bc8
@@ -13,7 +13,7 @@ Below is a sample implementation of a desktop plugin based on `createTablePlugin
|
||||
See "[Create Plugin](create-plugin.md)" for how to create the native counterpart for your plugin.
|
||||
|
||||
```javascript
|
||||
import {ManagedDataInspector, Panel, Text, createTablePlugin} from 'sonar';
|
||||
import {ManagedDataInspector, Panel, Text, createTablePlugin} from 'flipper';
|
||||
|
||||
type Id = string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user