Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ex-Machin committed Jan 31, 2025
1 parent ca7dafb commit ca3b223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Chat/ChatPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const ChatPage: React.FC = () => {
</div>
}


const Chat: React.FC = () => {

const [wsChannel, setWsChannel] = useState<WebSocket | null>(null)
Expand Down

0 comments on commit ca3b223

Please sign in to comment.