🐞 fix(gvgBattle): 修改 import 路径

This commit is contained in:
liangtongchuan
2023-01-30 10:02:12 +08:00
committed by luying
parent 288f6569ed
commit 2a2922dc03

View File

@@ -1,8 +1,8 @@
import { GVGRecModel } from './../../../../../shared/db/GVGRec';
import { LeagueGood } from './../../../../../shared/domain/gvgField/returnData';
import { GVGTeamModel } from './../../../../../shared/db/GVGTeam';
import { GVGUserDataModel } from './../../../../../shared/db/GVGUserData';
import { GVGCityModel } from './../../../../../shared/db/GVGCity';
import { GVGRecModel } from '../../../db/GVGRec';
import { LeagueGood } from '../../../domain/gvgField/returnData';
import { GVGTeamModel } from '../../../db/GVGTeam';
import { GVGUserDataModel } from '../../../db/GVGUserData';
import { GVGCityModel } from '../../../db/GVGCity';
import { Application, BackendSession, ChannelService, HandlerService } from "pinus";
import { STATUS } from "../../../consts";
import { LineupHero } from "../../../domain/roleField/hero";