Skip to content

Commit

Permalink
fix: ♻️ remove unused code and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
padmanathan10 committed Jan 4, 2024
1 parent 51896f3 commit c54b90b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pageComponents/dashboard/sidePane/sidePaneOptionsMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
import { useCallback } from "react";
import { isLink } from "@adaptui/react";
import { useSession } from "@supabase/auth-helpers-react";
import { type PostgrestError } from "@supabase/supabase-js";
import { useQueryClient } from "@tanstack/react-query";

import useGetCurrentUrlPath from "../../../hooks/useGetCurrentUrlPath";
import HomeIconGray from "../../../icons/homeIconGray";
import InboxIconGray from "../../../icons/inboxIconGray";
import SearchIconGray from "../../../icons/searchIconGray";
import SettingsIcon from "../../../icons/settingsIcon";
import TrashIconGray from "../../../icons/trashIconGray";
import { useModalStore } from "../../../store/componentStore";
import { type BookmarksCountTypes } from "../../../types/apiTypes";
import { optionsMenuListArray } from "../../../utils/commonData";
import {
ALL_BOOKMARKS_URL,
BOOKMARKS_COUNT_KEY,
menuListItemName,
SEARCH_URL,
TRASH_URL,
UNCATEGORIZED_URL,
} from "../../../utils/constants";

import SingleListItemComponent from "./singleListItemComponent";
Expand Down

0 comments on commit c54b90b

Please sign in to comment.