diff --git a/app/game-frontend/src/components/command/reservedCommandBrief.ts b/app/game-frontend/src/components/command/reservedCommandBrief.ts index 0e113877..500804aa 100644 --- a/app/game-frontend/src/components/command/reservedCommandBrief.ts +++ b/app/game-frontend/src/components/command/reservedCommandBrief.ts @@ -1,4 +1,4 @@ -import { JosaUtil } from '@sammo-ts/common'; +import { JosaUtil } from '@sammo-ts/common/util/JosaUtil'; import type { CommandOption, CommandTable } from './types'; diff --git a/app/game-frontend/src/components/main/GeneralBattleSummary.vue b/app/game-frontend/src/components/main/GeneralBattleSummary.vue index d67bb894..55ba881e 100644 --- a/app/game-frontend/src/components/main/GeneralBattleSummary.vue +++ b/app/game-frontend/src/components/main/GeneralBattleSummary.vue @@ -1,7 +1,7 @@