5 lines
255 B
JavaScript
5 lines
255 B
JavaScript
import initProfilePreferences from '~/profile/preferences/profile_preferences_bundle';
|
|
import initProfilePreferencesDiffsColors from '~/profile/preferences/profile_preferences_diffs_colors';
|
|
|
|
initProfilePreferences();
|
|
initProfilePreferencesDiffsColors();
|