Skip to content

Commit

Permalink
remove unused imprort
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Oct 24, 2024
1 parent 49a905c commit 79588a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormhole-connect/src/hooks/useFetchSupportedRoutes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useMemo, useState } from 'react';
import { useEffect, useState } from 'react';
import { useSelector } from 'react-redux';

import type { RootState } from 'store';
Expand Down

0 comments on commit 79588a1

Please sign in to comment.