This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../webapp/src/index.js
2018-07-23 13:43:22 -04:00

4 lines
115 B
JavaScript

import Plugin from './plugin';
import PluginId from './plugin_id';
window.registerPlugin(PluginId, new Plugin());