Mod Entry

This commit is contained in:
2022-02-06 00:29:58 +08:00
parent 0d8ccf2b5f
commit e0500fd6e8
3 changed files with 27 additions and 8 deletions
+2 -5
View File
@@ -1,6 +1,6 @@
import { Component, ReactNode, StrictMode } from "react";
import { render } from "react-dom";
import { Group } from "@Model/Group";
import { Entry } from "../Entry/Entry";
import "./Laboratory.scss";
class Test extends Component {
@@ -12,9 +12,6 @@ class Test extends Component {
}
}
render(
<StrictMode><Test></Test></StrictMode>,
document.getElementById("root")
);
Entry.renderComponent(Test);
console.log(new Group);