From e071b411bc543d09c251a6b8f5bb05ff48b60e31 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 18 Apr 2023 17:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E5=BC=95=E7=94=A8):=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=BC=95=E7=94=A8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/domain/gameField/serverlist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/domain/gameField/serverlist.ts b/shared/domain/gameField/serverlist.ts index 370885a2a..3a4b2de34 100644 --- a/shared/domain/gameField/serverlist.ts +++ b/shared/domain/gameField/serverlist.ts @@ -1,4 +1,4 @@ -import { nowSeconds } from 'app/pubUtils/timeUtil'; +import { nowSeconds } from '../../pubUtils/timeUtil'; import { RoleType } from '../../db/Role'; import { ServerlistType } from '../../db/Serverlist';