Skip to content

Commit

Permalink
fix: 로비 페이지 settingSection 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
today-is-first committed Nov 28, 2024
1 parent a0e825f commit ab5cc86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
25 changes: 0 additions & 25 deletions packages/frontend/src/components/lobbyPage/SettingSection.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions packages/frontend/src/pages/lobbyPage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { useEffect } from 'react';
import { useSocketStore } from '@/states/store/socketStore';
import { useAuthStore } from '@/states/store/authStore';
import BackgroundImage from '@/components/layout/BackgroundImage';
import MainLogo from '@/assets/images/MainLogo.svg?react';
import RoomCreationButton from '@/components/lobbyPage/RoomCreationButton';
import RoomJoinButton from '@/components/lobbyPage/RoomJoinButton';
import VideoAudioTestButton from '@/components/lobbyPage/VideoAudioTestButton';
import Header from '@/components/layout/Header';
import SettingSection from '@/components/lobbyPage/SettingSection';
import { useRoomStore } from '@/states/store/roomStore';
import { useChatStore } from '@/states/store/chatStore';
import { useLocalStreamStore } from '@/states/store/localStreamStore';
Expand Down Expand Up @@ -50,9 +48,6 @@ export default function LobbyPage() {
<RoomCreationButton />
<RoomJoinButton />
</div>
<div className="absolute flex justify-end w-full bottom-10">
<SettingSection />
</div>
</div>
</>
);
Expand Down

0 comments on commit ab5cc86

Please sign in to comment.