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