|
@@ -29,7 +29,7 @@ const StreetViewWrapper = styled.div`
|
|
flex: 3;
|
|
flex: 3;
|
|
`
|
|
`
|
|
|
|
|
|
-const GamePanelContainer = () => {
|
|
|
|
|
|
+export default () => {
|
|
const [submitDisabled, setSubmitDisabled] = useState(false);
|
|
const [submitDisabled, setSubmitDisabled] = useState(false);
|
|
const [selectedPoint, setSelectedPoint] = useState(null);
|
|
const [selectedPoint, setSelectedPoint] = useState(null);
|
|
const [finished, roundInfo] = useRoundInfo();
|
|
const [finished, roundInfo] = useRoundInfo();
|
|
@@ -64,5 +64,3 @@ const GamePanelContainer = () => {
|
|
</Container>
|
|
</Container>
|
|
);
|
|
);
|
|
}
|
|
}
|
|
-
|
|
|
|
-export default GamePanelContainer;
|
|
|