jnfrati 3 лет назад
Родитель
Сommit
3a63ac709b

+ 2 - 2
dashboard/src/main/home/cluster-dashboard/stacks/ExpandedStack/routes.tsx

@@ -4,7 +4,7 @@ import { Context } from "shared/Context";
 import ExpandedStack from "./ExpandedStack";
 import NewEnvGroup from "./NewEnvGroup";
 
-const routes = () => {
+const ExpandedStackRoutes = () => {
   const { path } = useRouteMatch();
 
   return (
@@ -22,4 +22,4 @@ const routes = () => {
   );
 };
 
-export default routes;
+export default ExpandedStackRoutes;