2021-01-29 00:20:46 +05:30
|
|
|
import initProfilePreferences from '~/profile/preferences/profile_preferences_bundle';
|
2022-06-21 17:19:12 +05:30
|
|
|
import initProfilePreferencesDiffsColors from '~/profile/preferences/profile_preferences_diffs_colors';
|
2021-01-29 00:20:46 +05:30
|
|
|
|
2022-06-21 17:19:12 +05:30
|
|
|
initProfilePreferences();
|
|
|
|
initProfilePreferencesDiffsColors();
|