Skip to content

Commit c438c68

Browse files
authored
chore(Mattermost Plugin): Move plugin commands (#11089)
1 parent c2c0dc9 commit c438c68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/mattermost-plugin/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import AtmosphereProvider from './AtmosphereProvider'
2121
import AutoLogin from './components/AutoLogin'
2222
import ModalRoot from './components/ModalRoot'
2323
import './index.css'
24-
import commands from './public/mattermost-plugin-commands.json'
24+
import commands from './plugin-commands.json'
2525

2626
export const init = async (registry: PluginRegistry, store: Store<GlobalState, AnyAction>) => {
2727
const serverUrl = getPluginServerRoute(store.getState())

0 commit comments

Comments
 (0)