init: inital commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import React from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import { Info } from "./Info";
|
||||
|
||||
const root = createRoot(document.getElementById("root")!);
|
||||
root.render(<Info />);
|
||||
Reference in New Issue
Block a user