Skip to content

Commit fed7c2f

Browse files
rootroot
authored andcommitted
my cvommit
1 parent 9362c88 commit fed7c2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/kit-headless/src/components/accordion/accordion-content.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { PropsOf, Slot, component$ } from '@builder.io/qwik';
22
import { HCollapsibleContent } from '../collapsible/collapsible-content';
33

4+
/// here's a commit
5+
46
export const HAccordionContent = component$(
57
(props: PropsOf<typeof HCollapsibleContent>) => {
68
return (

0 commit comments

Comments
 (0)