summaryrefslogtreecommitdiff
path: root/src/main.tsx
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-04 16:31:27 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-04 16:31:27 -0700
commitd74523d15d37a1809a797beda962c957fba181b2 (patch)
treef5a7e7866940e477602249da8191d75988784ee7 /src/main.tsx
parentf4ad269f8b9f9b0bfcc60bb2584316c3fdd10d10 (diff)
downloadthe-abstraction-engine-d74523d15d37a1809a797beda962c957fba181b2.tar.gz
the-abstraction-engine-d74523d15d37a1809a797beda962c957fba181b2.zip
checkpoint
Diffstat (limited to 'src/main.tsx')
-rw-r--r--src/main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.tsx b/src/main.tsx
index 7404467..8191a98 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -1,4 +1,5 @@
import ReactDOM from "react-dom/client";
import { App } from "./App.tsx";
import "./css/style.css";
+
ReactDOM.createRoot(document.getElementById("root")!).render(<App />);