Skip to content

Commit

Permalink
lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Nov 23, 2021
1 parent 974b5ad commit 70aec15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import Alert from '../components/Alert';
import { YoroiCallback } from '../API/yoroi';

import { DesktopOnly, MobileOnly } from '../components/layout/Breakpoints';
import { getPools, listBiasedPools, listPools } from '../API/api';
import type { ApiPoolsResponse, Pool, SearchParams } from '../API/api';
import { listBiasedPools } from '../API/api';
import type { Pool, SearchParams } from '../API/api';
import DesktopTable from '../components/DesktopTable';
import MobileTable from '../components/MobileTable';
import SortSelect from '../components/SortSelect';
Expand Down

0 comments on commit 70aec15

Please sign in to comment.