Skip to content

Commit

Permalink
Update AgentFilters.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Jun 15, 2024
1 parent fb09a19 commit 0ab91c2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/nextjs/components/AgentFilters.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
import React, { useEffect, useMemo, useState } from "react";
import React, { useEffect, useState } from "react";
import { useRouter } from "next/router";
import dynamic from "next/dynamic";
import ExplorerLinks from "./ExplorerLinks";
import Map from "./map";
import { AddressInput } from "./scaffold-eth";
import { useLocalStorage } from "usehooks-ts";
import { MapIcon } from "@heroicons/react/24/outline";
import { MapIcon as MapIconSolid } from "@heroicons/react/24/solid";
import { MapIcon as MapIconSolid, XMarkIcon } from "@heroicons/react/24/solid";
import { AdjustmentsHorizontalIcon } from "@heroicons/react/24/solid";
import { PropertyTypeOptions } from "~~/constants";
import useDebouncer from "~~/hooks/useDebouncer";
import { useKeyboardShortcut } from "~~/hooks/useKeyboardShortcut";
import useIsValidator from "~~/hooks/contracts/access-manager/useIsValidator.hook";
import useWallet from "~~/hooks/useWallet";
import { AgentFilterModel } from "~~/models/agent-filter.model";
import { AgentType } from "~~/models/agent-info.model";
import { AgentModel } from "~~/models/agent.model";
Expand Down

0 comments on commit 0ab91c2

Please sign in to comment.