Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed Jan 7, 2022
1 parent d851de0 commit f418e15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/redux/slices/tokens/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
import BN from 'bn.js';
import { pick } from 'lodash';
import set from 'lodash.set';
import { createSelector } from 'reselect';

Expand Down

0 comments on commit f418e15

Please sign in to comment.