diff --git a/src/pages/share/[videoId].tsx b/src/pages/share/[videoId].tsx index c79f1ce..96b8c14 100644 --- a/src/pages/share/[videoId].tsx +++ b/src/pages/share/[videoId].tsx @@ -2,6 +2,7 @@ import { type NextPage } from "next"; import Head from "next/head"; import { api } from "~/utils/api"; +import ReactPlayer from "react-player"; const VideoList: NextPage = () => { const hello = api.example.hello.useQuery({ text: "from tRPC" }); @@ -14,10 +15,19 @@ const VideoList: NextPage = () => {
-
-

- single video page -

+
+ Screenity + + Share + +
+
+