remove unused imports
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import useTranslation from "next-translate/useTranslation";
|
||||
import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
import useTranslation from "next-translate/useTranslation";
|
||||
import TopThree from "./topthree";
|
||||
import { connect } from "react-redux";
|
||||
import { setCurrentView } from "../../store/currentView/action";
|
||||
import TopThree from "./topthree";
|
||||
|
||||
const WatchedCases = (props) => {
|
||||
let { t } = useTranslation();
|
||||
@@ -81,7 +81,6 @@ const WatchedCases = (props) => {
|
||||
const mapDispatchToProps = (dispatch) => {
|
||||
return {
|
||||
setCurrentView: (currentView) => {
|
||||
//console.log(currentView);
|
||||
dispatch(setCurrentView(currentView));
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user