mirror of
https://github.com/NousResearch/atropos.git
synced 2026-05-01 17:45:16 +00:00
Move to subfolder
This commit is contained in:
parent
a88e3afddf
commit
7eae51cc5c
23 changed files with 0 additions and 0 deletions
|
|
@ -1,16 +0,0 @@
|
|||
import "./index.css";
|
||||
import React from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import GameView from "./pages/GameView";
|
||||
|
||||
const rootElement = document.getElementById("root");
|
||||
if (!rootElement) {
|
||||
throw new Error("Root element not found");
|
||||
}
|
||||
|
||||
const root = createRoot(rootElement);
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<GameView />
|
||||
</React.StrictMode>,
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue