| 1 | /* eslint-disable react-perf/jsx-no-new-function-as-prop */ |
| 2 | import { DataRenderer, SimpleGraphDecorator } from '../../.storybook/decorators/with-simple-data'; |
| 3 | import type { Meta } from '@storybook/react/*'; |
| 4 | import { HookTester, type TesterHookStory } from '../stories/utils/hook-tester'; |
nothing calls this directly
no test coverage detected