1
0

Created the main.jsx

This commit is contained in:
Mathias Wagner 2023-11-18 15:37:40 +01:00
parent b9f4e36cc0
commit 01ece6195f
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

8
client/src/main.jsx Normal file
View File

@ -0,0 +1,8 @@
import React from "react";
import ReactDOM from "react-dom/client";
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
</React.StrictMode>,
)