Remove commented out code

Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2023-02-17 15:43:26 +01:00
parent bf072ab2e8
commit 2f5f5a742d
-11
View File
@@ -45,17 +45,6 @@ export const octopusDeployPlugin = createPlugin({
],
});
/*
export const OctopusDeployPage = octopusDeployPlugin.provide(
createRoutableExtension({
name: 'OctopusDeployPage',
component: () =>
import('./components/ExampleComponent').then(m => m.ExampleComponent),
mountPoint: rootRouteRef,
}),
);
*/
/** @public */
export const EntityOctopusDeployContent = octopusDeployPlugin.provide(
createRoutableExtension({