| 1 | import { createElement, Fragment, hydrate, render } from 'preact'; |
| 2 | import { useId, useReducer, useState } from 'preact/hooks'; |
| 3 | import { setupRerender } from 'preact/test-utils'; |
| 4 | import { render as rts } from 'preact-render-to-string'; |
nothing calls this directly
no test coverage detected