From 6f11ff7014e5724f20fa843538b0bd1b815eba0d Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 8 Mar 2021 11:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=EF=BC=9Afix=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/timeUtil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pubUtils/timeUtil.ts b/shared/pubUtils/timeUtil.ts index 9723bcc01..0ae1a8a6e 100644 --- a/shared/pubUtils/timeUtil.ts +++ b/shared/pubUtils/timeUtil.ts @@ -1,4 +1,4 @@ -import { TIME_FORMAT } from '@consts'; +import { TIME_FORMAT } from '../consts'; const PER_SECOND = 1 * 1000; const PER_DAY = 24 * 60 * 60;