|
@@ -1,10 +1,10 @@
|
|
|
import React from 'react';
|
|
|
import { compose, withProps } from "recompose";
|
|
|
import { withScriptjs, withGoogleMap, StreetViewPanorama, GoogleMap, Marker } from "react-google-maps";
|
|
|
-import { gameInfo, getGuesses, sendGuess } from "../services/ggsh.service";
|
|
|
-import withGoogleApiKey from "./with-google-key.component";
|
|
|
-import RoundTimer from "./round-timer.component";
|
|
|
-import Loading from './loading.component';
|
|
|
+import { gameInfo, getGuesses, sendGuess } from "../../services/ggsh.service";
|
|
|
+import withGoogleApiKey from "../with-google-key.component";
|
|
|
+import RoundTimer from "../round-timer.component";
|
|
|
+import Loading from '../loading.component';
|
|
|
|
|
|
// TODO want a button for moving the pano back to start somehow
|
|
|
|