질문&답변
강의보고 아무리 따라쳐도 안될것임.
index.js 추가.
- 좋아요수
- 0
- 댓글수
- 3
- 조회수
- 1196
질문&답변
index.js 추가.
질문&답변
import NotificationList from './chapter_06/NotificationList'; import React from 'react'; import * as ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; const root = ReactDOM.createRoot(document.getElementById("root")); root.render( ); reportWebVitals();
고민있어요