@@ -60,25 +65,6 @@ export function Screen() {
{data.map((item) => renderItem(item))}
)}
-
- {hasNextPage ? (
-
- ) : null}
-
);
diff --git a/packages/ui/src/note/preview/video.tsx b/packages/ui/src/note/preview/video.tsx
index 1e858034..49a9cf1c 100644
--- a/packages/ui/src/note/preview/video.tsx
+++ b/packages/ui/src/note/preview/video.tsx
@@ -1,30 +1,14 @@
-import {
- MediaControlBar,
- MediaController,
- MediaMuteButton,
- MediaPlayButton,
- MediaTimeDisplay,
- MediaTimeRange,
-} from "media-chrome/dist/react";
-
export function VideoPreview({ url }: { url: string }) {
return (
-
-
-
-
-
-
-
-
-
-
+
+
);
}