Skip to content

Commit

Permalink
Import moment from @nextcloud/moment
Browse files Browse the repository at this point in the history
We don't depend on moment directly, but rather @nextcloud/moment

Signed-off-by: Marcel Robitaille <[email protected]>
  • Loading branch information
MarcelRobitaille committed Oct 14, 2022
1 parent 4bf0136 commit 9b9f4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

// Markdown
import moment from "moment"
import moment from "@nextcloud/moment"

import Vue from "vue"

Expand Down

0 comments on commit 9b9f4ba

Please sign in to comment.