Skip to content

Commit

Permalink
OPHJOD-322: Remove primitives category
Browse files Browse the repository at this point in the history
  • Loading branch information
sauanto committed Apr 22, 2024
1 parent 0b5f4b8 commit 6502e0c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/components/Button/Button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fn } from '@storybook/test';
import { Button } from './Button';

const meta = {
title: 'Button',
title: 'Buttons/Button',
component: Button,
tags: ['autodocs'],
} satisfies Meta<typeof Button>;
Expand Down
2 changes: 1 addition & 1 deletion lib/components/DropdownMenu/DropdownMenu.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import { DropdownMenu } from './DropdownMenu';

const meta = {
title: 'Primitives/DropdownMenu',
title: 'DropdownMenu',
component: DropdownMenu,
tags: ['autodocs'],
} satisfies Meta<typeof DropdownMenu>;
Expand Down
2 changes: 1 addition & 1 deletion lib/components/Expander/Expander.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import { Expander } from './Expander';

const meta = {
title: 'Primitives/Expander',
title: 'Expander',
component: Expander,
tags: ['autodocs'],
} satisfies Meta<typeof Expander>;
Expand Down
2 changes: 1 addition & 1 deletion lib/components/RoundButton/RoundButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fn } from '@storybook/test';
import { RoundButton } from './RoundButton';

const meta = {
title: 'Primitives/RoundButton',
title: 'Buttons/RoundButton',
component: RoundButton,
tags: ['autodocs'],
} satisfies Meta<typeof RoundButton>;
Expand Down
2 changes: 1 addition & 1 deletion lib/components/RoundLinkButton/RoundLinkButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import { RoundLinkButton } from './RoundLinkButton';

const meta = {
title: 'Primitives/RoundLinkButton',
title: 'Buttons/RoundLinkButton',
component: RoundLinkButton,
tags: ['autodocs'],
} satisfies Meta<typeof RoundLinkButton>;
Expand Down

0 comments on commit 6502e0c

Please sign in to comment.