Skip to content

Commit

Permalink
chore: remove unused import and fix export declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nurm717123 committed Dec 27, 2024
1 parent ccea558 commit fd3148e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/empty-data/empty-data.mdx
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
4 changes: 2 additions & 2 deletions src/components/empty-data/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './empty-data.js'
export * from './styles.js'
export * from './empty-data'
export * from './styles'

0 comments on commit fd3148e

Please sign in to comment.