| 1 | import { cleanup, fireEvent, render, screen } from '@testing-library/react'; |
| 2 | import { createRef, type MouseEvent } from 'react'; |
| 3 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { modalStyles } from '../../theme'; |
nothing calls this directly
no test coverage detected