diff --git a/src/components/empty-data/empty-data.mdx b/src/components/empty-data/empty-data.mdx index ac8a7aed..97a13f74 100644 --- a/src/components/empty-data/empty-data.mdx +++ b/src/components/empty-data/empty-data.mdx @@ -1,4 +1,4 @@ -import { Meta, Story, Canvas, Controls, Description } from '@storybook/blocks' +import { Meta, Canvas, Controls, Description } from '@storybook/blocks' import { RenderHtmlMarkup } from '../../storybook/render-html-markup' import * as EmptyDataStories from './empty-data.stories' diff --git a/src/components/empty-data/index.tsx b/src/components/empty-data/index.tsx index fb14312d..600d63d6 100644 --- a/src/components/empty-data/index.tsx +++ b/src/components/empty-data/index.tsx @@ -1,2 +1,2 @@ -export * from './empty-data.js' -export * from './styles.js' +export * from './empty-data' +export * from './styles'