|
@@ -9,6 +9,7 @@ import FontBox from "./FontBox";
|
|
|
import DemoForm from "./Form";
|
|
import DemoForm from "./Form";
|
|
|
import WbwTest from "./WbwTest";
|
|
import WbwTest from "./WbwTest";
|
|
|
import CommentList from "../comment/CommentList";
|
|
import CommentList from "../comment/CommentList";
|
|
|
|
|
+import TreeTest from "./TreeTest";
|
|
|
|
|
|
|
|
const Widget = () => {
|
|
const Widget = () => {
|
|
|
const data = Array(100)
|
|
const data = Array(100)
|
|
@@ -29,6 +30,7 @@ const Widget = () => {
|
|
|
return (
|
|
return (
|
|
|
<div>
|
|
<div>
|
|
|
<h1>Home</h1>
|
|
<h1>Home</h1>
|
|
|
|
|
+ <TreeTest />
|
|
|
<h2>comment</h2>
|
|
<h2>comment</h2>
|
|
|
<CommentList data={data} />
|
|
<CommentList data={data} />
|
|
|
<h2>wbw</h2>
|
|
<h2>wbw</h2>
|