From 308041cd777a2c4bc4128f5ffab46991803e2653 Mon Sep 17 00:00:00 2001 From: Feroze Mohideen Date: Tue, 21 May 2024 15:32:01 -0400 Subject: [PATCH] fix star imports in legacy (#4667) --- .../home/cluster-dashboard/expanded-chart/SettingsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/legacy/main/home/cluster-dashboard/expanded-chart/SettingsSection.tsx b/dashboard/src/legacy/main/home/cluster-dashboard/expanded-chart/SettingsSection.tsx index df0073b75b..6c0389463d 100644 --- a/dashboard/src/legacy/main/home/cluster-dashboard/expanded-chart/SettingsSection.tsx +++ b/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";