Ver Fonte

fix star imports in legacy (#4667)

Feroze Mohideen há 2 anos atrás
pai
commit
308041cd77

+ 1 - 1
dashboard/src/legacy/main/home/cluster-dashboard/expanded-chart/SettingsSection.tsx

@@ -18,7 +18,7 @@ import {
 import _ from "lodash";
 import { Link } from "react-router-dom";
 import styled from "styled-components";
-import * as traverse from "traverse";
+import traverse from "traverse";
 
 import useAuth from "shared/auth/useAuth";
 import { Context } from "shared/Context";