Skip to content

Commit

Permalink
add dot
Browse files Browse the repository at this point in the history
  • Loading branch information
calbers1 committed Apr 15, 2020
1 parent 70202c9 commit f49c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/NetworkActions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NETWORK_UPDATE_DATA, NETWORK_RECEIVE_MESSSAGE, NETWORK_RESET_DATA } from './types';
import Peer from 'peerjs';
import history from './history';
import history from '../history';
import { selectBagPiece, selectBoardCell, updateBoardData, launchMultiplayer } from './BoardActions';


Expand Down

0 comments on commit f49c096

Please sign in to comment.