|
@@ -4,6 +4,7 @@ import HeadBar from "../../components/library/HeadBar";
|
|
|
import TreeText from "../../components/article/TreeText";
|
|
import TreeText from "../../components/article/TreeText";
|
|
|
import { ChatContainer } from "../../components/chat/ChatContainer";
|
|
import { ChatContainer } from "../../components/chat/ChatContainer";
|
|
|
import NissayaAligner from "../../components/corpus/NissayaAligner";
|
|
import NissayaAligner from "../../components/corpus/NissayaAligner";
|
|
|
|
|
+import WbwSent from "../../components/nut/test/WbwSent";
|
|
|
|
|
|
|
|
const Widget = () => {
|
|
const Widget = () => {
|
|
|
return (
|
|
return (
|
|
@@ -11,6 +12,9 @@ const Widget = () => {
|
|
|
<HeadBar />
|
|
<HeadBar />
|
|
|
<div>
|
|
<div>
|
|
|
<div>Home Page</div>
|
|
<div>Home Page</div>
|
|
|
|
|
+ <div style={{ backgroundColor: "white" }}>
|
|
|
|
|
+ <WbwSent />
|
|
|
|
|
+ </div>
|
|
|
<div style={{ backgroundColor: "white" }}>
|
|
<div style={{ backgroundColor: "white" }}>
|
|
|
<NissayaAligner />
|
|
<NissayaAligner />
|
|
|
</div>
|
|
</div>
|