From 08e8a87a55ff8435fa5f962e89c5ea7b1b3d20d8 Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Tue, 5 Nov 2024 21:06:46 +0530 Subject: [PATCH] add test comment --- packages/react/src/components/Accordion/Accordion.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/src/components/Accordion/Accordion.tsx b/packages/react/src/components/Accordion/Accordion.tsx index b41f0980..290269bc 100644 --- a/packages/react/src/components/Accordion/Accordion.tsx +++ b/packages/react/src/components/Accordion/Accordion.tsx @@ -52,6 +52,7 @@ export type AccordionProps = { * @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> = forwardRef(