Skip to content

Commit 79424b0

Browse files
Revert "my cvommit"
This reverts commit fed7c2f.
1 parent fed7c2f commit 79424b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

4-
/// here's a commit
5-
64
export const HAccordionContent = component$(
75
(props: PropsOf<typeof HCollapsibleContent>) => {
86
return (

0 commit comments

Comments
 (0)