removed logging and redundant imports
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user