Skip to content

Commit

Permalink
fix(test): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Mar 3, 2023
1 parent 835f228 commit f601f2d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/steps/EnterAmount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ import { Badge } from '@map3xyz/components';
import { ethers } from 'ethers';
import { AnimatePresence, motion } from 'framer-motion';
import React, { useContext, useEffect, useRef, useState } from 'react';
import {
isChrome,
isEdge,
isFirefox,
isMobile,
isOpera,
} from 'react-device-detect';
import { isChrome, isEdge, isFirefox, isOpera } from 'react-device-detect';
import { useTranslation } from 'react-i18next';

import ErrorWrapper from '../../components/ErrorWrapper';
Expand Down

0 comments on commit f601f2d

Please sign in to comment.