Add Watch Bug Information Debugger as a connectionless plugin
Differential Revision: D19211198 fbshipit-source-id: 0a63fe8077141b5221254a668ef4c0e83c7d33ea
This commit is contained in:
committed by
Facebook Github Bot
parent
bc36c1607d
commit
9b5ba4decb
17
src/fb-stubs/WatchTools.tsx
Normal file
17
src/fb-stubs/WatchTools.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (c) Facebook, Inc. and its 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 React, {Component} from 'react';
|
||||
import {Text} from '../ui';
|
||||
|
||||
export default class extends Component<void, void> {
|
||||
render() {
|
||||
return <Text>Debug Videos on Watch Bugs.</Text>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user