diff --git a/src/apps/chat/components/applayout/folder/ChatFolderList.tsx b/src/apps/chat/components/applayout/folder/ChatFolderList.tsx index 6c1ec9df4..cd38554ce 100644 --- a/src/apps/chat/components/applayout/folder/ChatFolderList.tsx +++ b/src/apps/chat/components/applayout/folder/ChatFolderList.tsx @@ -1,6 +1,6 @@ import * as React from 'react'; -import Sheet, { sheetClasses } from '@mui/joy/Sheet'; +import Sheet from '@mui/joy/Sheet'; import Typography from '@mui/joy/Typography'; import { List, ListItem, ListItemButton, ListItemContent, ListItemDecorator } from '@mui/joy'; import OutlineFolderIcon from '@mui/icons-material/Folder'; @@ -32,7 +32,7 @@ export function ChatFolderList({ })); // handlers - + const onDragEnd = (result: DropResult) => { if (!result.destination) return; moveFolder(result.source.index, result.destination.index); @@ -40,9 +40,8 @@ export function ChatFolderList({ return ( - + ({ '& ul': { '--List-gap': '0px',