refactor: simplify imports for game session token and turn command modules

This commit is contained in:
2025-12-30 04:54:39 +00:00
parent 6fe6d54432
commit 648d186428
5 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { GameSessionTokenPayload } from '@sammo-ts/common/auth/gameToken.js';
import type { GameSessionTokenPayload } from '@sammo-ts/common';
import type { TurnDaemonTransport } from './daemon/transport.js';