Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
refactor: quiet console warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 25, 2019
1 parent 5db926d commit 0f52617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import RobustWebSocket from 'robust-websocket';
import _ from 'lodash';
import {matchPath, Route} from 'react-router';
import './App.css';
import createBrowserHistory from 'history/createBrowserHistory';
import {createBrowserHistory} from 'history';
import {Connection} from '@solana/web3.js';

import EndpointConfig from './EndpointConfig';
Expand Down

0 comments on commit 0f52617

Please sign in to comment.