fix export / import error

This commit is contained in:
btzr-io 2017-08-26 13:04:44 -06:00
parent 03b04ad9b0
commit 55cd9123f2

View file

@ -88,8 +88,9 @@ export function doSetTheme(name) {
// update theme
dispatch(doSetClientSetting(settings.THEME, theme.name));
}
};
}
export function doDownloadLanguage(langFile) {
return function(dispatch, getState) {
const destinationPath = `app/locales/${langFile}`;