diff options
Diffstat (limited to 'frontend/src/scenes/Lobby/index.js')
-rw-r--r-- | frontend/src/scenes/Lobby/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/scenes/Lobby/index.js b/frontend/src/scenes/Lobby/index.js index ad39d09e..0a427805 100644 --- a/frontend/src/scenes/Lobby/index.js +++ b/frontend/src/scenes/Lobby/index.js @@ -1,7 +1,8 @@ +//@flow +import { Button } from '@blueprintjs/core'; import { List } from 'immutable'; import React, { Component } from 'react'; import { connect } from 'react-redux'; -import { Button } from 'rebass'; import { PlayerList } from '../../components/playerList'; import type { Game } from '../../models/games'; import type { Player } from '../../models/players'; |