| 1 | import React from 'react' |
| 2 | import {SubNav} from '..' |
| 3 | import {render, rendersClass, behavesAsComponent, checkExports} from '../utils/testing' |
| 4 | import {render as HTMLRender} from '@testing-library/react' |
nothing calls this directly
no test coverage detected