Skip to content

Commit 547e5d9

Browse files
committed
Add copied comment
1 parent f1e3ba3 commit 547e5d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/src/components/Collapsible/Collapsible.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copied from shadc/ui on 12/26/2024
3+
* @see {@link https://ui.shadcn.com/docs/components/collapsible}
4+
*/
5+
16
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
27

38
const Collapsible = CollapsiblePrimitive.Root;

0 commit comments

Comments
 (0)