Screenity
Share
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" }); return ( <>