This commit is contained in:
zadit biasa aja
2025-06-28 14:51:16 +00:00
parent 3006d1332c
commit 05e92fe410
4 changed files with 364 additions and 81 deletions

View File

@@ -3,6 +3,7 @@ import React from "react";
import ReactDOM from "react-dom/client"; // ✅ use 'react-dom/client' in React 18+
import { BrowserRouter } from "react-router-dom";
import App from "./App";
import "./index.css";
// ✅ createRoot instead of render
const root = ReactDOM.createRoot(document.getElementById("root"));