|  |  | 
 |  |  |     FilterLiveSearch, | 
 |  |  |     FilterList, | 
 |  |  |     FilterListItem, | 
 |  |  |     useTheme, | 
 |  |  |     useStore, | 
 |  |  | } from 'react-admin'; | 
 |  |  | import { Box, Typography, Card, CardContent } from '@mui/material'; | 
 |  |  | import { Box, Typography, Card, CardContent, useTheme } from '@mui/material'; | 
 |  |  | import * as Common from '@/utils/common'; | 
 |  |  | import WcIcon from '@mui/icons-material/Wc'; | 
 |  |  | import BookmarkIcon from '@mui/icons-material/BookmarkBorder'; | 
 |  |  | 
 |  |  |                 mr: 2, | 
 |  |  |                 mt: 8, | 
 |  |  |                 alignSelf: 'flex-start', | 
 |  |  |                 border: theme[0] === 'light' && '1px solid #e0e0e3', | 
 |  |  |                 border: theme.palette.mode === 'light' && '1px solid #e0e0e3', | 
 |  |  |                 // width: 200 | 
 |  |  |             }} | 
 |  |  |         > |