Fix web project build errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ConnectedClientInfoEvent, SocketEvent } from '../../../interfaces/socket-events';
|
||||
import { ConnectedClientInfoEvent } from '../../../interfaces/socket-events';
|
||||
|
||||
export default function handleConnectedClientInfoMessage(message: ConnectedClientInfoEvent) {
|
||||
console.log('connected client', message);
|
||||
|
||||
Reference in New Issue
Block a user