diff options
Diffstat (limited to 'core/src/OC/util.js')
-rw-r--r-- | core/src/OC/util.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/OC/util.js b/core/src/OC/util.js index 27485115f8d..8a50808b5cb 100644 --- a/core/src/OC/util.js +++ b/core/src/OC/util.js @@ -23,8 +23,8 @@ import moment from 'moment' -import History from './util-history' -import OC from './index' +import History from './util-history.js' +import OC from './index.js' import { formatFileSize as humanFileSize } from '@nextcloud/files' /** |