diff --git a/src/components/user_settings/user_settings.js b/src/components/user_settings/user_settings.js index a9d0553263..df757dfba9 100644 --- a/src/components/user_settings/user_settings.js +++ b/src/components/user_settings/user_settings.js @@ -1,4 +1,4 @@ -import { unescape } from 'lodash'; +import { unescape } from 'lodash' import TabSwitcher from '../tab_switcher/tab_switcher.js' import StyleSwitcher from '../style_switcher/style_switcher.vue'