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
/
Component.jsx
7 lines
(6 loc)
•
149 B
JSX
View Raw
1
2
3
4
5
6
7
import
{
Component2
}
from
'./Test'
const
Component
= (
{ test }
) => (
<
Component2
>
<
div
>
{test}
</
div
>
</
Component2
>
)
export
default
Component