| Línea 2... |
Línea 2... |
| 2 |
import { axios } from '../../utils'
|
2 |
import { axios } from '../../utils'
|
| 3 |
import { useDispatch } from 'react-redux'
|
3 |
import { useDispatch } from 'react-redux'
|
| 4 |
import { addNotification } from 'store/notification/notification.actions'
|
4 |
import { addNotification } from 'store/notification/notification.actions'
|
| 5 |
import { Container, Grid } from '@mui/material'
|
5 |
import { Container, Grid } from '@mui/material'
|
| 6 |
import { Calendar, momentLocalizer } from 'react-big-calendar'
|
6 |
import { Calendar, momentLocalizer } from 'react-big-calendar'
|
| 7 |
import moment from 'moment'
|
- |
|
| 8 |
import ArrowBackIosIcon from '@mui/icons-material/ArrowBackIos'
|
7 |
import ArrowBackIosIcon from '@mui/icons-material/ArrowBackIos'
|
| 9 |
import ArrowForwardIosIcon from '@mui/icons-material/ArrowForwardIos'
|
8 |
import ArrowForwardIosIcon from '@mui/icons-material/ArrowForwardIos'
|
| - |
|
9 |
import moment from 'moment'
|
| Línea 10... |
Línea 10... |
| 10 |
|
10 |
|
| 11 |
import EventsList from 'components/calendar/EventsList'
|
11 |
import EventsList from 'components/calendar/EventsList'
|
| Línea 12... |
Línea 12... |
| 12 |
import EventModal from 'components/calendar/EventModal'
|
12 |
import EventModal from 'components/calendar/EventModal'
|
| Línea -... |
Línea 13... |
| - |
|
13 |
|
| 13 |
|
14 |
import 'react-big-calendar/lib/sass/styles.scss'
|
| Línea 14... |
Línea 15... |
| 14 |
import 'react-big-calendar/lib/sass/styles.scss'
|
15 |
|
| 15 |
|
16 |
moment.locale('es')
|
| 16 |
const localizer = momentLocalizer(moment)
|
17 |
const localizer = momentLocalizer(moment)
|