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-10 08:10:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3315dbf4cc10ee2f481c58a98a59da6486dbc4db
3315dbf4
1 parent
6f55e02b
쓰이지 않는 import 제거
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
web/src/components/room/RoomInfo.tsx
web/src/components/room/RoundInfo.tsx
web/src/components/room/RoomInfo.tsx
View file @
3315dbf
import React, { useCallback, useContext, useEffect, useState } from 'react';
import { useHistory, useLocation } from 'react-router';
import SocketContext from '../../contexts/SocketContext';
import { MessageResponse, MessageType, RawMessage } from '../common/types';
import { RoomData, UpdateRoomUser } from './types';
import React from 'react';
import { RoomData } from './types';
interface RoomInfoProps {
roomData: RoomData;
...
...
web/src/components/room/RoundInfo.tsx
View file @
3315dbf
import React from 'react';
import SocketContext from '../../contexts/SocketContext';
import { Timer } from './Timer';
import { RoundData } from './types';
interface RoundInfoProps {
round: number;
...
...
Please
register
or
login
to post a comment