inflearn logo
講義

講義

知識共有

S Jさんの投稿

S J S J

@wltn7294672

レビュー投稿数
2
平均評価
3.5

投稿 2

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();

いいね数
0
コメント数
3
閲覧数
1196