diff options
author | Joffrey Bion <joffrey.bion@amadeus.com> | 2018-06-11 13:48:40 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@amadeus.com> | 2018-06-11 13:48:40 +0200 |
commit | f3b167aef369eca91d80f84b506ff85ec196b452 (patch) | |
tree | bb63af10e1baa99ca7d3ad25313f7671a851e5e3 /frontend/src | |
parent | Fix test ApiLobby (diff) | |
download | seven-wonders-f3b167aef369eca91d80f84b506ff85ec196b452.tar.gz seven-wonders-f3b167aef369eca91d80f84b506ff85ec196b452.tar.bz2 seven-wonders-f3b167aef369eca91d80f84b506ff85ec196b452.zip |
Clean imports
Diffstat (limited to 'frontend/src')
-rw-r--r-- | frontend/src/components/lobby/PlayerList.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/lobby/PlayerList.jsx b/frontend/src/components/lobby/PlayerList.jsx index e0528c97..87887dd0 100644 --- a/frontend/src/components/lobby/PlayerList.jsx +++ b/frontend/src/components/lobby/PlayerList.jsx @@ -1,5 +1,5 @@ //@flow -import { Icon, Text } from '@blueprintjs/core' +import { Icon } from '@blueprintjs/core' import { List } from 'immutable'; import * as React from 'react'; import { Flex } from 'reflexbox'; |