Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
razvantomegea committed Oct 9, 2024
1 parent 1fc5e02 commit ce4d424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Faucet/Faucet.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { useSelector } from 'react-redux';
import { Button, ModalContainer, PrivateKeyCheckWrapper } from 'components';
import { DataTestIdsEnum } from 'localConstants';
import { networkSelector } from 'redux/selectors';
import { FaucetModal } from './components/FaucetModal';
import { useModal } from '../../hooks';
import { useSelector } from 'react-redux';
import { networkSelector } from 'redux/selectors';

const sitekey = import.meta.env.VITE_APP_GOOGLE_RECAPTCHA_KEY;

Expand Down

0 comments on commit ce4d424

Please sign in to comment.