diff --git a/apps/api/src/app/app.gateway.ts b/apps/api/src/app/app.gateway.ts index c121916..b20cf8b 100644 --- a/apps/api/src/app/app.gateway.ts +++ b/apps/api/src/app/app.gateway.ts @@ -1,5 +1,5 @@ +import type { Message } from '@chat-room/api-interfaces'; import { - Message, MESSAGE_TO_CLIENT, MESSAGE_TO_SERVER, } from '@chat-room/api-interfaces';