Skip to content

Commit 5ee3e46

Browse files
Merge pull request #871 from qwikifiers/revert-change
Revert "my cvommit"
2 parents fed7c2f + 79424b0 commit 5ee3e46

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)