| 1 | import React from 'react'; |
| 2 | import PropTypes from 'prop-types'; |
| 3 | import { render, waitFor } from '@testing-library/react'; |
| 4 | import { expect, vi, describe, it, afterEach, beforeEach } from 'vitest'; |
nothing calls this directly
no test coverage detected