diff --git a/components/ViewDropdown.tsx b/components/ViewDropdown.tsx index 9202596..aaf475b 100644 --- a/components/ViewDropdown.tsx +++ b/components/ViewDropdown.tsx @@ -1,4 +1,4 @@ -import React, { Dispatch, SetStateAction, useEffect } from "react"; +import React, { Dispatch, SetStateAction } from "react"; import useLocalSettingsStore from "@/store/localSettings"; import { ViewMode } from "@/types/global"; import { dropdownTriggerer } from "@/lib/client/utils";