Add PowerSearch basic types
Summary: Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU Reviewed By: lblasa Differential Revision: D48467956 fbshipit-source-id: 7f5303d981831c261bf5e4fe0027883fd1e7d873
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3bfe9a1f98
commit
d54bd8938a
14
desktop/flipper-plugin/src/ui/PowerSearch/index.tsx
Normal file
14
desktop/flipper-plugin/src/ui/PowerSearch/index.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @format
|
||||
*/
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
export const PowerSearch: React.FC = () => {
|
||||
return <></>;
|
||||
};
|
||||
Reference in New Issue
Block a user