Commit 4addc5b6 authored by Ken's avatar Ken

remove unused var

parent fd19e5b6
import { handleLoading } from "app/globalSlice";
import { useAppDispatch, useAppSelector } from "app/hooks";
import { homeSelector } from "app/selectors";
import WrapperContainer from "components/WrapperContainer";
......@@ -23,7 +22,7 @@ const HomePage = () => {
useEffect(() => {
try {
setIsLocalLoading(true);
const timeout = setTimeout(() => {
setTimeout(() => {
const newsParams: IPagination = {
Filters: "",
Sorts: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment