Skip to content

Commit

Permalink
feat(components/atom/tag): remove deprecated scss modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Aug 21, 2024
1 parent 8142c9d commit 59b4edf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/atom/tag/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import ArticleDesign from './articles/ArticleDesign.js'
import ArticleIcons from './articles/ArticleIcons.js'
import ArticleIsFitted from './articles/ArticleIsFitted.js'
import ArticleSize from './articles/ArticleSize.js'
import ArticleResponsive from './articles/ArticleResponsive.js'
import ArticleTypes from './articles/ArticleTypes.js'
import ArticleResponsive from './articles/ArticleResponsive.js'
import {CLASS_SECTION, closeIcon, icon} from './settings.js'
Expand All @@ -26,7 +25,7 @@ export default () => (
<br />
<ArticleIcons className={CLASS_SECTION} />
<br />
<Article className={CLASS_SECTION}></Article>
<Article className={CLASS_SECTION} />
<br />
<ArticleTypes className={CLASS_SECTION} icon={icon} closeIcon={closeIcon} />
<br />
Expand Down

0 comments on commit 59b4edf

Please sign in to comment.