Skip to content

Commit

Permalink
fix: removido import nao usado
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel0109 committed Jul 26, 2023
1 parent fbb7163 commit b6d1794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/SearchMain.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Header } from '../components/HeaderSearch/Header'
import qrCode from '../assets/imgs/qrCodeWhite.svg'
import { useContext } from "react";
import { useNavigate } from "react-router-dom";
import { useZxing } from "react-zxing";
import { QrScanner } from '@yudiel/react-qr-scanner';
import { CodeContext } from '../hooks/getCode';
import { NameContext } from '../hooks/getName';
Expand Down

0 comments on commit b6d1794

Please sign in to comment.