Skip to content

Commit

Permalink
chore(web): remove Header and unused components from room screen
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 19, 2024
1 parent 273bcc0 commit 777695e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apps/web/app/room/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@ import {
} from "react";
import { usePathname, useRouter } from "next/navigation";
import { useUserMedia } from "@/hooks/useUserMedia";
import { Header } from "@/components/header";
import Peer from "simple-peer";
import useWebSocket from "react-use-websocket";
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
} from "@/components/ui/select";
import { Mic } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Card, CardContent } from "@/components/ui/card";
import { VideoPlayer } from "@/components/video-player";

Expand Down Expand Up @@ -183,7 +173,6 @@ export default function Page(): JSX.Element {

return (
<main className="flex h-full flex-col">
<Header />
<section
className={"align-center flex h-full flex-col place-content-center"}
>
Expand Down

0 comments on commit 777695e

Please sign in to comment.