このコミットが含まれているのは:
2025-08-06 07:06:45 +09:00
コミット d5c0562ca5
2個のファイルの変更1行の追加5行の削除
バイナリ
ファイルの表示
バイナリファイルは表示されません.
+1 -5
ファイルの表示
@@ -3,8 +3,4 @@ import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.tsx'
createRoot(document.getElementById('root')!).render(
<StrictMode>
<App />
</StrictMode>,
)
createRoot(document.getElementById('root')!).render(<App />)