Skip to content

Commit

Permalink
[Linesh][#23] Fix: fix styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLin-TWer committed Mar 19, 2017
1 parent ac25b51 commit ab77194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Player.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Game } from "./constants";
import { Movable } from "./Movable";
import { Game } from './constants'
import { Movable } from './Movable'

// Now write your own player class
// This class requires an update(), render() and
Expand Down

0 comments on commit ab77194

Please sign in to comment.