UNPKG

@depack/fixture

Version:

The Fixture For Testing Static Analysis.

7 lines (6 loc) 149 B
import { Component2 } from './Test' const Component = ({ test }) => ( <Component2> <div>{test}</div> </Component2>) export default Component