Skip to content

Commit

Permalink
total test99
Browse files Browse the repository at this point in the history
  • Loading branch information
cjs1301 committed May 6, 2021
1 parent 30d93a9 commit 4a5a61b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function App() {
history.push('/Waiting')
};

const handleGeuetLogin = () => {
const handleGuestLogin = () => {
setUserInfo({ nickname: '게스트' });
history.push('/Waiting')
};
Expand Down
1 change: 0 additions & 1 deletion src/GamePages/InGame.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState, useEffect, useRef } from 'react';
import Canvas from './components/Canvas3';
import ListnerCanvas from './components/ListnerCanvas';
import Timer from './components/Timer';
import User from './components/User';
import BackBtn from './components/BackBtn';
Expand Down
1 change: 0 additions & 1 deletion src/MyPages/MyPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { withRouter } from 'react-router-dom';
import SearchUser from './components/SearchUser';
import Header from './components/Header';
import ChangePsw from './components/ChangePsw';
import axios from 'axios';
import Character1 from '../images/Character1.png';
import Character2 from '../images/Character2.png';
import Character3 from '../images/Character3.png';
Expand Down

0 comments on commit 4a5a61b

Please sign in to comment.