UNPKG
@depack/fixture
Version:
latest (1.0.0)
1.0.0
The Fixture For Testing Static Analysis.
github.com/dpck/fixture
dpck/fixture
@depack/fixture
/
src
/
Test2.jsx
3 lines
•
71 B
JSX
View Raw
1
2
3
export
const
Component3
= (
{ children }
) => (
<
div
>
{children}
</
div
>
)