Skip to content

Commit

Permalink
Update useAccounts linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lmartinv committed Aug 7, 2024
1 parent a1d03ec commit 248e1c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/hooks/useAccounts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { useCallback, useEffect, useMemo, useState } from 'react';
import { AccountFactory, getNetworks, getPathIndex } from 'salmon-wallet-adapter';
import {
AccountFactory,
getNetworks,
getPathIndex,
} from 'salmon-wallet-adapter';
import { mapValues, merge, omit } from 'lodash';
import http from 'axios';

Expand Down

0 comments on commit 248e1c9

Please sign in to comment.