Skip to content

Commit

Permalink
[ui] Fix the storybook build (#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
bengotow and bengotow authored Jun 10, 2024
1 parent 2f14546 commit 76034cb
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

1 comment on commit 76034cb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-p6j4mhgv9-elementl.vercel.app

Built with commit 76034cb.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.