| 1 | import { doc } from '@utils/browser'; |
| 2 | import type { BackButtonEvent } from '@utils/hardware-back-button'; |
| 3 | import { MENU_BACK_BUTTON_PRIORITY } from '@utils/hardware-back-button'; |
| 4 | import { printIonWarning } from '@utils/logging'; |
nothing calls this directly
no test coverage detected