mirror of https://github.com/msgbyte/tailchat
test: fix test problem
parent
4181a426d1
commit
912c74ce72
@ -0,0 +1,3 @@
|
||||
export function UserName(props: any) {
|
||||
return `[UserName ${JSON.stringify(props)}]`;
|
||||
}
|
Loading…
Reference in New Issue