summaryrefslogtreecommitdiffstats
path: root/webapp/components/integrations/components/confirm_integration/index.js
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-09-06 23:04:13 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 23:11:58 -0700
commitd8bd57901e33a7057e26e782e295099ffcc0da89 (patch)
treee12dfc8cad42b1576756d19d7fbfd82646a009bf /webapp/components/integrations/components/confirm_integration/index.js
parent7bc8e9a08dfde56387f946fdf5086252aa4d0491 (diff)
downloadchat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.gz
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.bz2
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.zip
Removing webapp
Diffstat (limited to 'webapp/components/integrations/components/confirm_integration/index.js')
-rw-r--r--webapp/components/integrations/components/confirm_integration/index.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/webapp/components/integrations/components/confirm_integration/index.js b/webapp/components/integrations/components/confirm_integration/index.js
deleted file mode 100644
index fe7984f2b..000000000
--- a/webapp/components/integrations/components/confirm_integration/index.js
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
-// See License.txt for license information.
-
-import {connect} from 'react-redux';
-import {getCommands} from 'mattermost-redux/selectors/entities/integrations';
-
-import ConfirmIntegration from './confirm_integration.jsx';
-
-function mapStateToProps(state, ownProps) {
- return {
- ...ownProps,
- commands: getCommands(state)
- };
-}
-
-export default connect(mapStateToProps)(ConfirmIntegration); \ No newline at end of file