()
| 1 | import { checkInstall } from 'src/utils/nativeInstaller/index.js'; |
| 2 | import { useStartupNotification } from './useStartupNotification.js'; |
| 3 | export function useInstallMessages() { |
| 4 | useStartupNotification(_temp2); |
| 5 | } |
| 6 | async function _temp2() { |
| 7 | const messages = await checkInstall(); |
| 8 | return messages.map(_temp); |
no test coverage detected