responsecheck : hooks

This commit is contained in:
haerong22
2020-12-23 18:34:35 +09:00
parent 324efb72fa
commit 83f7ac3c47
4 changed files with 73 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import ReactDom from 'react-dom';
import ResponseCheck from './ResponseCheck-class';
import ResponseCheck from './ResponseCheck';
ReactDom.render(<ResponseCheck />, document.querySelector('#root'));