|
@@ -15,6 +15,7 @@ import { show } from "../../reducers/discussion";
|
|
|
import { useIntl } from "react-intl";
|
|
import { useIntl } from "react-intl";
|
|
|
import SuggestionBox from "../template/SentEdit/SuggestionBox";
|
|
import SuggestionBox from "../template/SentEdit/SuggestionBox";
|
|
|
import ChannelMy from "../channel/ChannelMy";
|
|
import ChannelMy from "../channel/ChannelMy";
|
|
|
|
|
+import GrammarBook from "../term/GrammarBook";
|
|
|
|
|
|
|
|
export type TPanelName =
|
|
export type TPanelName =
|
|
|
| "dict"
|
|
| "dict"
|
|
@@ -205,6 +206,17 @@ const RightPanelWidget = ({
|
|
|
</div>
|
|
</div>
|
|
|
),
|
|
),
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ label: intl.formatMessage({
|
|
|
|
|
+ id: "columns.library.palihandbook.title",
|
|
|
|
|
+ }),
|
|
|
|
|
+ key: "grammar",
|
|
|
|
|
+ children: (
|
|
|
|
|
+ <div style={tabInnerStyle}>
|
|
|
|
|
+ <GrammarBook />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ ),
|
|
|
|
|
+ },
|
|
|
]}
|
|
]}
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|