Skip to content

Commit

Permalink
infinite scroll select clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Asante committed Jan 6, 2024
1 parent 0a9d58f commit b8db511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/shared/input/InfiniteScrollSelectInput.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { theme } from "@/config/constants/theme";
import { apiConfig } from "@/lib/apiConfig";
import { apiHandler } from "@/lib/apiHandler";
import { ResponseMeta } from "@/types";
import { toQuery } from "@/utils/helpers";
import { useSession } from "next-auth/react";
import React, { useEffect, useRef, useState } from "react";
Expand Down

0 comments on commit b8db511

Please sign in to comment.