Rename package to 'flipper'
Summary: - rename package `'sonar'` > `'flipper'` - rename package `'sonar-static'` > `'flipper-static'` - rename package export from `window.Sonar` to `window.Flipper` Reviewed By: passy Differential Revision: D9851181 fbshipit-source-id: 34d4447c3b287496b3d20ddb54471ce777ec74e1
This commit is contained in:
committed by
Facebook Github Bot
parent
2e2924c979
commit
66e77075be
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import type {TableHighlightedRows, TableRows, TableBodyRow} from 'sonar';
|
||||
import type {TableHighlightedRows, TableRows, TableBodyRow} from 'flipper';
|
||||
|
||||
import {
|
||||
ContextMenu,
|
||||
@@ -17,8 +17,8 @@ import {
|
||||
PureComponent,
|
||||
SonarSidebar,
|
||||
styled,
|
||||
} from 'sonar';
|
||||
import {FlipperPlugin, SearchableTable} from 'sonar';
|
||||
} from 'flipper';
|
||||
import {FlipperPlugin, SearchableTable} from 'flipper';
|
||||
import RequestDetails from './RequestDetails.js';
|
||||
import {URL} from 'url';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user