Remove commented out code
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user