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
@@ -10,11 +10,11 @@ import type {
|
||||
TableRows,
|
||||
TableColumnSizes,
|
||||
TableColumns,
|
||||
} from 'sonar';
|
||||
import {FlexColumn, Button, SonarSidebar} from 'sonar';
|
||||
} from 'flipper';
|
||||
import {FlexColumn, Button, SonarSidebar} from 'flipper';
|
||||
import textContent from './utils/textContent.js';
|
||||
import createPaste from './utils/createPaste.js';
|
||||
import {FlipperPlugin, SearchableTable} from 'sonar';
|
||||
import {FlipperPlugin, SearchableTable} from 'flipper';
|
||||
|
||||
type ID = string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user