Scaffolding
Summary: Scaffolding connectivity hub. The final place may be different though. But at least for now whilst we iterate on the solution, this should be enough. Reviewed By: passy Differential Revision: D47230905 fbshipit-source-id: e3b3f7d773e1bf8b0dd9821cf25c6fa8e77669f4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9810edcdfb
commit
87c5296cd8
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 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 {Layout} from '../ui';
|
||||
import React from 'react';
|
||||
|
||||
export function ConnectionTroubleshootTools() {
|
||||
return <Layout.Container grow>Connection Troubleshoot</Layout.Container>;
|
||||
}
|
||||
Reference in New Issue
Block a user