Skip to content

Commit

Permalink
refactor(refactor): ♻️ remove unwanted code and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
padmanathan10 committed Jan 4, 2024
1 parent 90407b7 commit 51896f3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pageComponents/dashboard/sidePane/sidePaneTypesList.tsx
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
import { count } from "console";
import { useSession } from "@supabase/auth-helpers-react";
import { type PostgrestError } from "@supabase/supabase-js";
import { useQueryClient } from "@tanstack/react-query";
import { id } from "date-fns/locale";

import useGetCurrentUrlPath from "../../../hooks/useGetCurrentUrlPath";
import ArticleIcon from "../../../icons/articleIcon";
import FolderIcon from "../../../icons/folderIcon";
import ImageIcon from "../../../icons/imageIcon";
import VideoIcon from "../../../icons/videoIcon";
import { type BookmarksCountTypes } from "../../../types/apiTypes";
import { optionsMenuListArray } from "../../../utils/commonData";
import {
ALL_BOOKMARKS_URL,
BOOKMARKS_COUNT_KEY,
IMAGES_URL,
LINKS_URL,
menuListItemName,
VIDEOS_URL,
} from "../../../utils/constants";

import SingleListItemComponent from "./singleListItemComponent";
Expand Down

0 comments on commit 51896f3

Please sign in to comment.