Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6920 | Rev 7259 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6920 Rev 6956
Línea 2... Línea 2...
2
import { useSelector } from 'react-redux'
2
import { useSelector } from 'react-redux'
3
import { Col, Container, Row } from 'react-bootstrap'
3
import { Col, Container, Row } from 'react-bootstrap'
4
import QuestionAnswerRoundedIcon from '@mui/icons-material/QuestionAnswerRounded'
4
import QuestionAnswerRoundedIcon from '@mui/icons-material/QuestionAnswerRounded'
Línea 5... Línea 5...
5
 
5
 
6
import ChatBox from '../../components/chat/ChatBox'
6
import ChatBox from '../../components/chat/ChatBox'
7
import Contacts from '../../components/chat/Contacts'
7
import Contacts from '../../components/chat/ChatContacts'
Línea 8... Línea 8...
8
import EmptySection from '../../components/UI/EmptySection'
8
import EmptySection from '../../components/UI/EmptySection'
9
 
9
 
10
const ChatPage = () => {
10
const ChatPage = () => {