diff --git a/packages/dev-utils/src/devApp/render.tsx b/packages/dev-utils/src/devApp/render.tsx index f223fcd4e7..cca3470f3f 100644 --- a/packages/dev-utils/src/devApp/render.tsx +++ b/packages/dev-utils/src/devApp/render.tsx @@ -31,6 +31,7 @@ import { AnyApiFactory, } from '@backstage/core'; import SentimentDissatisfiedIcon from '@material-ui/icons/SentimentDissatisfied'; +import { Routes } from 'react-router'; // TODO(rugvip): export proper plugin type from core that isn't the plugin class type BackstagePlugin = ReturnType; @@ -97,7 +98,7 @@ class DevAppBuilder { {sidebar} - {deprecatedAppRoutes} + {deprecatedAppRoutes}