generated from lucien/api-template
add: added 404 page and fixed home loading display
This commit is contained in:
parent
63914b5b3b
commit
d28e14e262
5 changed files with 58 additions and 1 deletions
|
@ -93,6 +93,8 @@ export default function ChannelPage({socket}: {socket: WebSocket}) {
|
|||
});
|
||||
}, [channel])
|
||||
|
||||
console.log(channel)
|
||||
|
||||
useEffect(() => {
|
||||
const words = message.toString().split(" ");
|
||||
const lastWord = words[words.length - 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue