| 1 | /* eslint-disable react-hooks/rules-of-hooks */ |
| 2 | import type {Accessor, JSXElement, Setter} from 'solid-js'; |
| 3 | import {createRoot, createSignal} from 'solid-js'; |
| 4 | import {render as solidRender} from 'solid-js/web'; |
nothing calls this directly
no test coverage detected