This commit is contained in:
Eric Bailey
2025-06-13 16:35:34 -05:00
parent 08f0a5cc71
commit b69dd3848e
5 changed files with 12 additions and 5 deletions
@@ -3,7 +3,7 @@ import {View} from 'react-native'
import {type AppBskyEmbedVideo} from '@atproto/api'
import {msg} from '@lingui/macro'
import {useLingui} from '@lingui/react'
import type React from 'react';
import type React from 'react'
import {isFirefox} from '#/lib/browser'
import {ErrorBoundary} from '#/view/com/util/ErrorBoundary'