diff --git a/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx b/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx index 9303408f2a..77f6cd0a6c 100644 --- a/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx +++ b/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx @@ -6,9 +6,9 @@ import {useLingui} from '@lingui/react' import type * as HlsTypes from 'hls.js' import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' -import * as BandwidthEstimate from '#/view/com/util/post-embeds/VideoEmbedInner/bandwidth-estimate' import {atoms as a} from '#/alf' import {MediaInsetBorder} from '#/components/MediaInsetBorder' +import * as BandwidthEstimate from './bandwidth-estimate' import {Controls} from './web-controls/VideoControls' export function VideoEmbedInnerWeb({ diff --git a/src/view/com/util/post-embeds/VideoEmbedInner/bandwidth-estimate.ts b/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/bandwidth-estimate.ts similarity index 100% rename from src/view/com/util/post-embeds/VideoEmbedInner/bandwidth-estimate.ts rename to src/components/Post/Embed/VideoEmbed/VideoEmbedInner/bandwidth-estimate.ts