Skip to content

Commit

Permalink
[ui] Fix the storybook build (dagster-io#22411)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes

Co-authored-by: bengotow <[email protected]>
  • Loading branch information
2 people authored and danielgafni committed Jun 18, 2024
1 parent 72d1117 commit fc84ef2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit fc84ef2

Please sign in to comment.