We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 994f5a6 + 268ef22 commit ac62fc8Copy full SHA for ac62fc8
src/components/Markers.tsx
@@ -1,8 +1,6 @@
1
import { FaCheck } from 'react-icons/fa';
2
import { IoClose } from 'react-icons/io5';
3
import { DnsRecordAnswer } from '../types/DnsRecordAnswer';
4
-import { useSearchParams } from 'react-router-dom';
5
-import { useMemo } from 'react';
6
7
interface MarkersPropsType {
8
AAAA: DnsRecordAnswer[] | string | undefined;
0 commit comments