| 1 | import { createReactPlugin } from '@tanstack/devtools-utils/react' |
| 2 | import { A11yDevtoolsPanel } from './A11yDevtools' |
| 3 | |
| 4 | const [a11yDevtoolsPlugin, a11yDevtoolsNoOpPlugin] = createReactPlugin({ |
nothing calls this directly
no test coverage detected