redis & listening works!!
This commit is contained in:
7
frontend/app/src/components/user/AnonUserCard.tsx
Normal file
7
frontend/app/src/components/user/AnonUserCard.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const UUIDToColor = (uuid: string): string => {};
|
||||
|
||||
const AnonUserCard = (): JSX.Element => {
|
||||
return;
|
||||
};
|
||||
Reference in New Issue
Block a user