summaryrefslogtreecommitdiff
path: root/frontend/src/components/lobby/PlayerList.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/lobby/PlayerList.jsx')
-rw-r--r--frontend/src/components/lobby/PlayerList.jsx2
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';
bgstack15