Skip to content

Commit

Permalink
export/import from index file in folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Jun 24, 2019
1 parent 9f855e4 commit 610b706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
* specific language governing permissions and limitations
* under the License.
*/

export { ExpandPanelAction, EXPAND_PANEL_ACTION } from './expand_panel_action';
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import { PluginInitializerContext, CoreSetup, CoreStart } from 'kibana/public';
import { EmbeddablePlugin, CONTEXT_MENU_TRIGGER } from '../../../embeddable_api/public';
import { ExpandPanelAction, EXPAND_PANEL_ACTION } from '../actions/expand_panel_action';
import { ExpandPanelAction, EXPAND_PANEL_ACTION } from '../actions';
import { DashboardContainerFactory } from '../embeddable';

export class Plugin {
Expand Down

0 comments on commit 610b706

Please sign in to comment.