diff --git a/src/components/Insights/common/insights/SpanBottleneckInsight/types.ts b/src/components/Insights/common/insights/SpanBottleneckInsight/types.ts deleted file mode 100644 index 91705531a..000000000 --- a/src/components/Insights/common/insights/SpanBottleneckInsight/types.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { EndpointSlowestSpansInsight, InsightProps } from "../../../types"; - -export interface SpanBottleneckInsightProps extends InsightProps { - insight: EndpointSlowestSpansInsight; - onAssetLinkClick: (spanCodeObjectId: string) => void; -} diff --git a/src/components/Insights/common/insights/SpanNexusInsight/SpanNexusInsight.stories.tsx b/src/components/Insights/common/insights/SpanNexusInsight/SpanNexusInsight.stories.tsx index 1678f09b0..ac9fb4451 100644 --- a/src/components/Insights/common/insights/SpanNexusInsight/SpanNexusInsight.stories.tsx +++ b/src/components/Insights/common/insights/SpanNexusInsight/SpanNexusInsight.stories.tsx @@ -4,7 +4,7 @@ import { mockedSpanNexusInsight } from "./mockData"; // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction const meta: Meta = { - title: "Insights/Common/Insights/SpanNexusInsight", + title: "Insights/common/insights/SpanNexusInsight", component: SpanNexusInsight, parameters: { // More on how to position stories at: https://storybook.js.org/docs/react/configure/story-layout