|
|
|
@@ -3,6 +3,9 @@ import App from "./App"; |
|
|
|
import "./index.css"; |
|
|
|
import reportWebVitals from "./reportWebVitals"; |
|
|
|
|
|
|
|
// コンソールログ出力の抑制 |
|
|
|
// process.env.NODE_ENV !== "development" && (console.log = () => {}); |
|
|
|
|
|
|
|
const root = ReactDOM.createRoot( |
|
|
|
document.getElementById("root") as HTMLElement |
|
|
|
); |
|
|
|
|