diff --git a/plugins/scaffolder/src/components/Router.tsx b/plugins/scaffolder/src/components/Router.tsx
index 774bc61638..d7158f81cb 100644
--- a/plugins/scaffolder/src/components/Router.tsx
+++ b/plugins/scaffolder/src/components/Router.tsx
@@ -38,6 +38,7 @@ import {
scaffolderTaskRouteRef,
selectedTemplateRouteRef,
} from '../routes';
+import { MyTaskPage } from './MyTasksPage';
/**
* The props for the entrypoint `ScaffolderPage` component the plugin.
@@ -118,6 +119,7 @@ export const Router = (props: RouterProps) => {
}
/>
+ } />
} />
} />