Skip to content

Commit

Permalink
add test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Nov 5, 2024
1 parent 692a647 commit 08e8a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Accordion/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export type AccordionProps<C extends ElementType = ElementType> = {
* @template C - The type of the component.
* @param props - The props for the Accordion component.
* @param ref - The ref to be forwarded to the MuiAccordion component.
* Some test comment here.
* @returns The rendered Accordion component.
*/
const Accordion: OverridableComponent<PaperTypeMap<AccordionProps>> = forwardRef(
Expand Down

0 comments on commit 08e8a87

Please sign in to comment.