diff options
Diffstat (limited to 'frontend/src/components/gameList.js')
-rw-r--r-- | frontend/src/components/gameList.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/components/gameList.js b/frontend/src/components/gameList.js index e1d011e1..f3a0d381 100644 --- a/frontend/src/components/gameList.js +++ b/frontend/src/components/gameList.js @@ -1,7 +1,7 @@ -import React from "react"; -import { Flex } from "reflexbox"; -import { Text, Space, Button } from "rebass"; -import Immutable from "seamless-immutable"; +import React from 'react'; +import { Flex } from 'reflexbox'; +import { Text, Space, Button } from 'rebass'; +import Immutable from 'seamless-immutable'; const GameList = props => ( <div> |