Skip to content

Commit

Permalink
multiline imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dandlezzz committed Sep 15, 2023
1 parent 132758f commit de7c3dd
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 'eclipse-wallet-adapter';
import {
AccountFactory,
getNetworks,
getPathIndex,
} from 'eclipse-wallet-adapter';
import { mapValues, merge, omit } from 'lodash';
import http from 'axios';

Expand Down

0 comments on commit de7c3dd

Please sign in to comment.