Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino committed Nov 8, 2023
1 parent 9c25317 commit b68910a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ import { useNavigate } from 'react-router';
import { useActiveTabUrl, useRequests } from '../../reducers/requests';
import { Link } from 'react-router-dom';
import { filterByBookmarks } from '../../../utils/bookmark';
import { get, NOTARY_API_LS_KEY, PROXY_API_LS_KEY } from '../../utils/storage';
import { BackgroundActiontype } from '../Background/actionTypes';

export default function Home(): ReactElement {
const requests = useRequests();
const url = useActiveTabUrl();
const navigate = useNavigate();
const suggestions = filterByBookmarks(requests);
const [wasmRes, setWasmRes] = useState('');

return (
<div className="flex flex-col gap-4 py-4 overflow-y-auto">
Expand Down

0 comments on commit b68910a

Please sign in to comment.