diff --git a/apps/comments/js/comments-app.js b/apps/comments/js/comments-app.js
index 5bb2e85c71b6d631a74a091148231a521cac6c9d..6556391dbb983d5de028e392a5f034bf21cbbbe7 100644
Binary files a/apps/comments/js/comments-app.js and b/apps/comments/js/comments-app.js differ
diff --git a/apps/comments/js/comments-app.js.map b/apps/comments/js/comments-app.js.map
index 48868c0860b57ea0ecc50e2e23691d9a30025878..981effcbd4263d2d0f1ce3f4b0036443925570bf 100644
Binary files a/apps/comments/js/comments-app.js.map and b/apps/comments/js/comments-app.js.map differ
diff --git a/apps/comments/js/comments-tab.js b/apps/comments/js/comments-tab.js
index 9dbfdb9e64703f02b1528abc18dd9345c504ebfc..3789b24f9b942191dccb1b65b5cbb5d5df817df4 100644
Binary files a/apps/comments/js/comments-tab.js and b/apps/comments/js/comments-tab.js differ
diff --git a/apps/comments/js/comments-tab.js.map b/apps/comments/js/comments-tab.js.map
index ecb3035b1ad09748e49ce04ed1400e7bb1091acb..0fa495e739cd09769be384d1699a0e9f5b381e14 100644
Binary files a/apps/comments/js/comments-tab.js.map and b/apps/comments/js/comments-tab.js.map differ
diff --git a/apps/comments/js/comments.js b/apps/comments/js/comments.js
index 117e94122a55788fb4ba9bd821b9e090c2b98a03..b93a90d397b53906ba4d2f09600a7dad4d636e5d 100644
Binary files a/apps/comments/js/comments.js and b/apps/comments/js/comments.js differ
diff --git a/apps/comments/js/comments.js.map b/apps/comments/js/comments.js.map
index a868ad04ccfc26cecefe5c245f8e58268584501b..b3a3c9f90aa4cfdc10b0e4fcf5c290df9130d8f0 100644
Binary files a/apps/comments/js/comments.js.map and b/apps/comments/js/comments.js.map differ
diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue
index a8a46ba031ff6f5a06a90d3c73b3ebcdf1c5b664..fb1f073479ceef49c6faca63d8799e38696573d6 100644
--- a/apps/comments/src/components/Comment.vue
+++ b/apps/comments/src/components/Comment.vue
@@ -94,7 +94,7 @@
 
 <script>
 import { getCurrentUser } from '@nextcloud/auth'
-import moment from 'moment'
+import moment from '@nextcloud/moment'
 
 import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
 import Actions from '@nextcloud/vue/dist/Components/Actions'