Parcourir la source

Renamed expanded stack routes

jnfrati il y a 4 ans
Parent
commit
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 ExpandedStack from "./ExpandedStack";
 import NewEnvGroup from "./NewEnvGroup";
 import NewEnvGroup from "./NewEnvGroup";
 
 
-const routes = () => {
+const ExpandedStackRoutes = () => {
   const { path } = useRouteMatch();
   const { path } = useRouteMatch();
 
 
   return (
   return (
@@ -22,4 +22,4 @@ const routes = () => {
   );
   );
 };
 };
 
 
-export default routes;
+export default ExpandedStackRoutes;