We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2634c5 commit 6449ba3Copy full SHA for 6449ba3
packages/dev-tools/src/dev-box.tsx
@@ -1,5 +1,6 @@
1
import { useId } from "react";
2
3
+// Test comment
4
interface DevBoxProps {
5
children: React.ReactNode;
6
}
0 commit comments