Benjamin Chew
06/01/2023, 10:46 PMTim Sheiner
06/01/2023, 11:15 PMKetan (kumare3)
Benjamin Chew
06/02/2023, 4:26 PMTim Sheiner
06/02/2023, 4:34 PMFrank Flitton
06/02/2023, 4:40 PMimport { App as OSSApp } from '@flyteorg/console';
import { CustomNavBar } from './myCustomCode.tsx';
const WrappedApp = () => {
return (
<OSSApp
registry={{
nav: CustomNavBar,
}}
/>
);
};