removed logging and redundant imports

This commit is contained in:
2022-06-23 13:40:30 +01:00
parent d55aedfa65
commit 047fcb8142
4 changed files with 90 additions and 84 deletions
+1 -5
View File
@@ -1,4 +1,5 @@
import _ from "lodash";
import { getSession, useSession } from "next-auth/react";
import useTranslation from "next-translate/useTranslation";
import Head from "next/head";
import { useRouter } from "next/router";
@@ -37,9 +38,6 @@ import {
setWatchedCases,
setWatchedCasesDetails,
} from "../../store/watchedCases/action";
import { setCookie } from "nookies";
import { getSession, useSession, signIn, signOut } from "next-auth/react";
const Home = (props) => {
const {
@@ -61,8 +59,6 @@ const Home = (props) => {
const { data: session } = useSession();
console.log("eeee", process.env.SHOWFILEUPLOAD);
return (
<div>
<Head>