remove unused code

This commit is contained in:
MarconLP 2023-04-30 17:47:15 +02:00
parent fb26b4070b
commit bdaf263749
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
import Image from "next/image";
import Link from "next/link";
import { useEffect, useState } from "react";
import { Bars3Icon } from "@heroicons/react/24/outline";

View file

@ -5,7 +5,6 @@ import { api } from "~/utils/api";
import Link from "next/link";
import { useSession } from "next-auth/react";
import { useRouter } from "next/router";
import Image from "next/image";
import { getTime } from "~/utils/getTime";
import ProfileMenu from "~/components/ProfileMenu";
import NewVideoMenu from "~/components/NewVideoMenu";