Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Oct 8, 2024
1 parent d7ef12d commit 08e810f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-table/lib/uui-table.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { Meta, StoryObj } from '@storybook/web-components';
import { ArrayOfUmbracoWords } from '../../../storyhelpers/UmbracoWordGenerator';

import '@umbraco-ui/uui-box/lib';
import '@umbraco-ui/uui-symbol-sort/lib';
import './uui-table-advanced-example.ts';

const meta: Meta = {
Expand Down

0 comments on commit 08e810f

Please sign in to comment.