Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Aug 14, 2024
1 parent 837ee91 commit 4a740ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook/src/nimble/table/table.stories.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { html, ref } from '@microsoft/fast-element';
import { withActions } from '@storybook/addon-actions/decorator';
import type { HtmlRenderer, Meta, StoryObj } from '@storybook/html';
import { tableFitToRowsHeight } from '@ni/nimble-components/src/theme-provider/design-tokens';
import { tableFitToRowsHeight } from '../../../../nimble-components/src/theme-provider/design-tokens';
import { iconUserTag } from '../../../../nimble-components/src/icons/user';
import { menuTag } from '../../../../nimble-components/src/menu';
import { menuItemTag } from '../../../../nimble-components/src/menu-item';
Expand Down

0 comments on commit 4a740ce

Please sign in to comment.