Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class5_RSP #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 1 addition & 4 deletions JeongHun/class4/Response_check.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Response_check = () => {
module.exports = Response_check;


/* 클래스 버전
//클래스 버전
const React = require('react');
const { Component } = React;

Expand All @@ -68,8 +68,6 @@ class Response_check extends Component {
state: 'waiting',
message: '클릭해서 시작하세요. ',
result: [],


}

timeout;
Expand Down Expand Up @@ -132,4 +130,3 @@ class Response_check extends Component {
}

module.exports = Response_check;
*/
2 changes: 1 addition & 1 deletion JeongHun/class4/dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading