Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2021-05-25 22:12:21 +0300
committerChristopher Ng <chrng8@gmail.com>2021-05-26 18:23:39 +0300
commit4742ad77a3f71bb02bdbc58c8fb5bbbac6a40350 (patch)
tree03b5a10c73bb372d2131fed28ee6e38655aa98fd /src
parent22a82a0ddff08d5eec3f28d417545e50f0dd1484 (diff)
Fix l10n
Signed-off-by: Christopher Ng <chrng8@gmail.com> Remove moment dependency Signed-off-by: Christopher Ng <chrng8@gmail.com> Compile Signed-off-by: Christopher Ng <chrng8@gmail.com> Recompile Signed-off-by: Christopher Ng <chrng8@gmail.com> Recompile Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/views/Timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index ab69f7a4..deb8da3e 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -57,7 +57,7 @@
</template>
<script>
-import * as moment from 'moment'
+import moment from '@nextcloud/moment'
import { mapGetters } from 'vuex'
import getPhotos from '../services/PhotoSearch'