From fc84ef27555fb63756957964bf47fb64b023b5d1 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sun, 9 Jun 2024 20:31:12 -0500 Subject: [PATCH] [ui] Fix the storybook build (#22411) ## Summary & Motivation ## How I Tested These Changes Co-authored-by: bengotow --- .../dagster-ui/packages/ui-core/src/code-links/CodeLink.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js_modules/dagster-ui/packages/ui-core/src/code-links/CodeLink.tsx b/js_modules/dagster-ui/packages/ui-core/src/code-links/CodeLink.tsx index d723df1643383..35ff702b6b8b9 100644 --- a/js_modules/dagster-ui/packages/ui-core/src/code-links/CodeLink.tsx +++ b/js_modules/dagster-ui/packages/ui-core/src/code-links/CodeLink.tsx @@ -1,5 +1,4 @@ -import {Box, MiddleTruncate, Tooltip} from '@dagster-io/ui-components'; -import {Icon, IconName} from '@dagster-io/ui-components/src/components/Icon'; +import {Box, Icon, IconName, MiddleTruncate, Tooltip} from '@dagster-io/ui-components'; import * as React from 'react'; import {CodeLinkProtocolContext, ProtocolData} from './CodeLinkProtocol';