diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx index f1e51d9..14f96ec 100644 --- a/src/pages/videos.tsx +++ b/src/pages/videos.tsx @@ -5,8 +5,6 @@ import { api } from "~/utils/api"; import Link from "next/link"; const VideoList: NextPage = () => { - const hello = api.example.hello.useQuery({ text: "from tRPC" }); - return ( <>
@@ -23,45 +21,42 @@ const VideoList: NextPage = () => { -