|
@@ -5,13 +5,17 @@ import React, { Fragment } from 'react';
|
|
|
// import AppContainer from '../../../services/AppContainer';
|
|
// import AppContainer from '../../../services/AppContainer';
|
|
|
|
|
|
|
|
class SlackIntegration extends React.Component {
|
|
class SlackIntegration extends React.Component {
|
|
|
|
|
+
|
|
|
render() {
|
|
render() {
|
|
|
|
|
+
|
|
|
return (
|
|
return (
|
|
|
<Fragment>
|
|
<Fragment>
|
|
|
<h1>AAA</h1>
|
|
<h1>AAA</h1>
|
|
|
</Fragment>
|
|
</Fragment>
|
|
|
);
|
|
);
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// const SlackIntegrationWrapper = withUnstatedContainers(SlackIntegration, [AppContainer]);
|
|
// const SlackIntegrationWrapper = withUnstatedContainers(SlackIntegration, [AppContainer]);
|