Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-05 22:37:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
741996bd94c5a0cc0cf973360ab4c3c0014ea729
741996bd
1 parent
d61cf401
Room 컴포넌트 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
web/src/pages/Room.tsx
web/src/pages/Room.tsx
0 → 100644
View file @
741996b
import React, { useContext } from 'react';
import { useLocation } from 'react-router';
import { Main } from '../components/common/Main';
import { RoomInfo } from '../components/room/RoomInfo';
import SocketContext from '../contexts/SocketContext';
export const Room: React.FC = () => {
return (
<Main>
</Main>
);
}
\ No newline at end of file
Please
register
or
login
to post a comment