The introduction is empty
Posts
Q&A
강의보고 아무리 따라쳐도 안될것임.
index.js 추가.
- Likes
- 0
- Comments
- 3
- Viewcount
- 1.2K
Q&A
강의보고 아무리 따라쳐도 안될것임.
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();
- Likes
- 0
- Comments
- 3
- Viewcount
- 1.2K




