user role controller

This commit is contained in:
Виталий Лавшонок
2025-11-19 22:28:15 +03:00
parent a5016b23bb
commit e904297bb9
16 changed files with 531 additions and 71 deletions

View File

@@ -8,5 +8,10 @@ export const Chat = () => {
useEffect(() => {
dispatch(setMenuActiveGroupPage('chat'));
}, []);
return <></>;
return (
<div className="h-full overflow-y-scroll thin-dark-scrollbar flex items-center justify-center font-bold text-liquid-white text-[50px]">
{' '}
Пока пусто :(
</div>
);
};