Added Accordion and AccordionItem Components
This commit is contained in:
@@ -12,7 +12,7 @@ interface RowProps {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
||||
export function Row({ style, children }: RowProps) {
|
||||
export default function Row({ style, children }: RowProps) {
|
||||
return (
|
||||
<div
|
||||
className={`${styles.row}`}
|
||||
|
||||
Reference in New Issue
Block a user