remove unused code
This commit is contained in:
parent
fb26b4070b
commit
bdaf263749
2 changed files with 0 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue