aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/comments-app.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/src/comments-app.js')
-rw-r--r--apps/comments/src/comments-app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/comments-app.js b/apps/comments/src/comments-app.js
index c42481029ce..eca3deb8b24 100644
--- a/apps/comments/src/comments-app.js
+++ b/apps/comments/src/comments-app.js
@@ -20,7 +20,7 @@
*
*/
-import CommentsInstance from './services/CommentsInstance'
+import CommentsInstance from './services/CommentsInstance.js'
// Init Comments
if (window.OCA && !window.OCA.Comments) {