Эх сурвалжийг харах

Reorganizing the game panel code to all be in the same directory

Kirk Trombley 5 жил өмнө
parent
commit
23b90f6ea2

+ 0 - 0
client/src/components/maps/click-marker-map.component.jsx → client/src/components/game-panel.component/click-marker-map.component.jsx


+ 1 - 1
client/src/components/game-panel.component/game-panel.component.jsx

@@ -2,7 +2,7 @@ import React from 'react';
 import { gameInfo, getGuesses, sendGuess } from "../../services/ggsh.service";
 import GuessPane from "./guess-pane.component";
 import Loading from '../loading.component';
-import PositionedStreetView from "../maps/positioned-street-view.component";
+import PositionedStreetView from "./positioned-street-view.component";
 
 // TODO want a button for moving the pano back to start somehow
 

+ 1 - 1
client/src/components/game-panel.component/guess-pane.component.jsx

@@ -1,5 +1,5 @@
 import React from "react";
-import ClickMarkerMap from "../maps/click-marker-map.component";
+import ClickMarkerMap from "./click-marker-map.component";
 import RoundTimer from "../round-timer.component";
 
 export default ({

+ 0 - 0
client/src/components/maps/positioned-street-view.component.jsx → client/src/components/game-panel.component/positioned-street-view.component.jsx