Remove duplicate axios import

This commit is contained in:
Clement Ho 2018-02-02 12:28:13 -06:00
parent 8fa2932dc5
commit 0cc87e5f6d
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ import 'vendor/jquery.atwho';
import AjaxCache from '~/lib/utils/ajax_cache';
import axios from './lib/utils/axios_utils';
import { getLocationHash } from './lib/utils/url_utility';
import axios from './lib/utils/axios_utils';
import Flash from './flash';
import CommentTypeToggle from './comment_type_toggle';
import GLForm from './gl_form';