fix mem leak & ui / preview for editor

This commit is contained in:
h z
2024-12-05 08:58:31 +00:00
parent 413896c54b
commit 3c53ef7a87
6 changed files with 2017 additions and 63 deletions

View File

@@ -3,6 +3,9 @@ import ReactDOM from "react-dom/client";
import App from "./App";
import AuthProvider from "./AuthProvider";
import {config} from "./confs/appConfig";
import "bulma/css/bulma.min.css";
//ReactDOM.render(<App />, document.getElementById("root"));