UNPKG

@depack/fixture

Version:

The Fixture For Testing Static Analysis.

4 lines 98 B
import { h } from 'preact' export const Component2 = ({ children }) => ( h('div',{},children) )