Skip to content

Commit

Permalink
chore: group accordion under molecules
Browse files Browse the repository at this point in the history
  • Loading branch information
millnut committed May 5, 2024
1 parent b7502ae commit 0e6db1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/molecules/Accordion/Accordion.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import Accordion from '.';

const meta = {
title: 'Example/Accordion',
title: 'Molecules/Accordion',
component: Accordion,
parameters: {
layout: 'centered'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import AccordionItem from '.';

const meta = {
title: 'Example/AccordionItem',
title: 'Molecules/AccordionItem',
component: AccordionItem,
parameters: {
layout: 'centered'
Expand Down

0 comments on commit 0e6db1b

Please sign in to comment.