diff --git a/packages/test/index.tsx b/packages/test/index.tsx index f11074fb..1f35ab28 100644 --- a/packages/test/index.tsx +++ b/packages/test/index.tsx @@ -149,14 +149,14 @@ export const PolymorphicComponent1 = React.forwardRef(({ children, ...props }, f )) as PolymorphicComponent; export function TestPolymorphicComponent1() { - return ( - - ) - } + return ( + + ) +}