Commit 7acf5dc9 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'ee-12257-sidebar-mediator' into 'master'

EE port of: Removes EE differences for app/assets/javascripts/sidebar/sidebar_mediator.js

See merge request gitlab-org/gitlab-ee!14392
parents 267717f5 badcd3b2
import Store from 'ee/sidebar/stores/sidebar_store';
import { visitUrl } from '../lib/utils/url_utility';
import Flash from '../flash';
import Service from './services/sidebar_service';
import Store from 'ee_else_ce/sidebar/stores/sidebar_store';
import { __ } from '~/locale';
export default class SidebarMediator {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment