Skip to content

Commit

Permalink
Removing unnecesary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino committed Jan 10, 2025
1 parent ca8b11a commit 4eea4f4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 372 deletions.
2 changes: 0 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,11 @@
"@mattermost/client": "10.0.0",
"@mattermost/compass-icons": "0.1.38",
"@mattermost/eslint-plugin": "1.1.0-0",
"classnames": "2.3.2",
"core-js": "3.38.1",
"debounce": "2.1.1",
"luxon": "3.5.0",
"process": "0.11.10",
"react": "^16.14.0",
"react-bootstrap": "github:mattermost/react-bootstrap#d821e2b1db1059bd36112d7587fd1b0912b27626",
"react-dom": "^16.14.0",
"react-intl": "5.25.1",
"react-redux": "8.0.5",
Expand Down
278 changes: 0 additions & 278 deletions webapp/src/components/generic_modal.tsx

This file was deleted.

91 changes: 0 additions & 91 deletions webapp/src/playbooks_button.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion webapp/src/redux.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {makePlaybookRunStatusUpdateHandler} from './playbooks_button';
import PostEventListener from './websocket';
import manifest from './manifest';
import {useBotlist} from './bots';
import {DropdownBotSelector} from './components/bot_slector'
import {DropdownBotSelector} from './components/bot_slector';

type WebappStore = Store<GlobalState, Action<Record<string, unknown>>>

Expand Down

0 comments on commit 4eea4f4

Please sign in to comment.