diff --git a/plugins/octopus-deploy/src/plugin.ts b/plugins/octopus-deploy/src/plugin.ts index 15bb32c9bd..f2ca924032 100644 --- a/plugins/octopus-deploy/src/plugin.ts +++ b/plugins/octopus-deploy/src/plugin.ts @@ -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({