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:
Lorenzo Blasa
2023-07-06 06:57:53 -07:00
committed by Facebook GitHub Bot
parent 9810edcdfb
commit 87c5296cd8
3 changed files with 44 additions and 1 deletions

View File

@@ -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>;
}