Switched to local MongoDB

This commit is contained in:
Malak
2024-08-18 14:43:18 +03:00
committed by QkoSad
parent 78ba14cc98
commit 8e83b6b8df
8 changed files with 40 additions and 26 deletions
+1
View File
@@ -2,6 +2,7 @@ import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
import "./App2.css";
const root = ReactDOM.createRoot(
document.getElementById("root") as HTMLElement,
);