Browse Source

fix compile error

Michael Wang 4 years ago
parent
commit
c501a6a808
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/utils.js

+ 1 - 1
src/utils/utils.js

@@ -1,4 +1,4 @@
-import { YYYYMMDDHHmmss } from "@/constants/constants";
+import { YYYYMMDDHHmmss } from "@/constant/constants";
 import moment from "moment";
 
 export function dateFormatForAPI(date) {