grid mostly there
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import { Root } from "./root";
|
||||
import { Root } from "./components/root";
|
||||
|
||||
import * as React from "react";
|
||||
import * as ReactDOM from "react-dom";
|
||||
|
||||
window.onload = () => {
|
||||
const body = document.getElementById("mount");
|
||||
const body = document.getElementById("mount");
|
||||
|
||||
const root = <Root name="Friend" />;
|
||||
ReactDOM.render(root, body);
|
||||
};
|
||||
ReactDOM.render(<Root />, body);
|
||||
|
||||
Reference in New Issue
Block a user