kinda working wip
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import { createRoot } from "react-dom/client";
|
||||
import { app } from "./app.js";
|
||||
// import { createRoot } from "react-dom/client";
|
||||
// import { app } from "./app.js";
|
||||
|
||||
const domNode = document.getElementById("root")!;
|
||||
const root = createRoot(domNode);
|
||||
root.render(app);
|
||||
// const domNode = document.getElementById("root")!;
|
||||
// const root = createRoot(domNode);
|
||||
// root.render(app);
|
||||
|
||||
export * from "./pico8-client/index";
|
Reference in New Issue
Block a user