Move VideoGrid into it's own module

This commit is contained in:
Robert Long
2021-08-17 16:57:25 -07:00
parent 0f312b5faa
commit b3892c6f78
3 changed files with 344 additions and 341 deletions

View File

@@ -19,7 +19,7 @@ import styles from "./Room.module.css";
import { useParams, useLocation, Link } from "react-router-dom";
import { useVideoRoom } from "./ConferenceCallManagerHooks";
import { DevTools } from "./DevTools";
import { VideoGrid } from "./GridDemo";
import { VideoGrid } from "./VideoGrid";
function useQuery() {
const location = useLocation();