Skip to content

Commit

Permalink
fix: add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sashtje committed Oct 2, 2023
1 parent 0939304 commit 0561939
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ComponentMeta, ComponentStory } from '@storybook/react';
import { ArticleSortSelector } from './ArticleSortSelector';

export default {
title: 'entities/Article/articleSortSelector',
title: 'features/ArticleSortSelector',
component: ArticleSortSelector,
argTypes: {
backgroundColor: { control: 'color' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ComponentMeta, ComponentStory } from '@storybook/react';
import { ArticleTypeTabs } from './ArticleTypeTabs';

export default {
title: 'entities/Article/ArticleTypeTabs',
title: 'features/ArticleTypeTabs',
component: ArticleTypeTabs,
argTypes: {
backgroundColor: { control: 'color' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ComponentMeta, ComponentStory } from '@storybook/react';
import { ArticleViewSelector } from './ArticleViewSelector';

export default {
title: 'entities/Article/ArticleViewSelector',
title: 'features/ArticleViewSelector',
component: ArticleViewSelector,
argTypes: {
backgroundColor: { control: 'color' },
Expand Down

0 comments on commit 0561939

Please sign in to comment.