diff options
Diffstat (limited to 'src/screens/VideoFeed/components/Scrubber.tsx')
-rw-r--r-- | src/screens/VideoFeed/components/Scrubber.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/VideoFeed/components/Scrubber.tsx b/src/screens/VideoFeed/components/Scrubber.tsx index ef3190526..29cc4b278 100644 --- a/src/screens/VideoFeed/components/Scrubber.tsx +++ b/src/screens/VideoFeed/components/Scrubber.tsx @@ -22,9 +22,9 @@ import { import {useEventListener} from 'expo' import {VideoPlayer} from 'expo-video' -import {formatTime} from '#/view/com/util/post-embeds/VideoEmbedInner/web-controls/utils' import {tokens} from '#/alf' import {atoms as a} from '#/alf' +import {formatTime} from '#/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/utils' import {Text} from '#/components/Typography' // magic number that is roughly the min height of the write reply button |