|
@@ -5,6 +5,7 @@ import OfficialBotSettings from './OfficialBotSettings';
|
|
|
import CustomBotWithoutProxySettings from './CustomBotWithoutProxySettings';
|
|
import CustomBotWithoutProxySettings from './CustomBotWithoutProxySettings';
|
|
|
import CustomBotWithProxySettings from './CustomBotWithProxySettings';
|
|
import CustomBotWithProxySettings from './CustomBotWithProxySettings';
|
|
|
import ConfirmBotChangeModal from './ConfirmBotChangeModal';
|
|
import ConfirmBotChangeModal from './ConfirmBotChangeModal';
|
|
|
|
|
+import SlackGrowiBridging from './SlackGrowiBridging';
|
|
|
|
|
|
|
|
const SlackIntegration = () => {
|
|
const SlackIntegration = () => {
|
|
|
const [currentBotType, setCurrentBotType] = useState(null);
|
|
const [currentBotType, setCurrentBotType] = useState(null);
|
|
@@ -61,6 +62,8 @@ const SlackIntegration = () => {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
+ <SlackGrowiBridging />
|
|
|
|
|
+
|
|
|
|
|
|
|
|
<div className="row my-5">
|
|
<div className="row my-5">
|
|
|
<div className="card-deck mx-auto">
|
|
<div className="card-deck mx-auto">
|