Skip to content
Snippets Groups Projects
Commit 4b7f053a authored by Phil Hughes's avatar Phil Hughes
Browse files

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

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

Closes gitlab-ee#12257

See merge request gitlab-org/gitlab-ce!30077
parents 1c571a8f 25e364c0
No related branches found
No related tags found
No related merge requests found
import { visitUrl } from '../lib/utils/url_utility';
import Flash from '../flash';
import Service from './services/sidebar_service';
import Store from './stores/sidebar_store';
import Store from 'ee_else_ce/sidebar/stores/sidebar_store';
import { __ } from '~/locale';
 
export default class SidebarMediator {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment