| Línea 11... |
Línea 11... |
| 11 |
import SearchIcon from '@mui/icons-material/Search'
|
11 |
import SearchIcon from '@mui/icons-material/Search'
|
| 12 |
import ConfirmModal from '../../../shared/confirm-modal/ConfirmModal'
|
12 |
import ConfirmModal from '../../../shared/confirm-modal/ConfirmModal'
|
| 13 |
import EmptySection from '../../../shared/empty-section/EmptySection'
|
13 |
import EmptySection from '../../../shared/empty-section/EmptySection'
|
| 14 |
import FormErrorFeedback from '../../../shared/form-error-feedback/FormErrorFeedback'
|
14 |
import FormErrorFeedback from '../../../shared/form-error-feedback/FormErrorFeedback'
|
| Línea 15... |
Línea -... |
| 15 |
|
- |
|
| 16 |
import 'react-datetime/css/react-datetime.css'
|
15 |
|
| 17 |
import ChatList from '../../../components/chat/ChatList'
|
16 |
import ChatList from '../../../components/chat/ChatList'
|
| - |
|
17 |
import TextBox from '../../../components/chat/TextBox'
|
| Línea 18... |
Línea 18... |
| 18 |
import TextBox from '../../../components/chat/TextBox'
|
18 |
import 'react-datetime/css/react-datetime.css'
|
| 19 |
|
19 |
|
| 20 |
const StyledShowOptions = styled.div`
|
20 |
const StyledShowOptions = styled.div`
|
| 21 |
height: 342px;
|
21 |
height: 342px;
|