This commit is contained in:
Ren Amamiya
2023-10-05 07:28:35 +07:00
parent f80dd78a8e
commit 508a746578
5 changed files with 3 additions and 80 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { useQuery } from '@tanstack/react-query';
import { useCallback } from 'react';
import { Outlet } from 'react-router-dom';
import { ChatListItem } from '@app/chats/components/chaListItem';
import { ChatListItem } from '@app/chats/components/chatListItem';
import { LoaderIcon } from '@shared/icons';