16 |
{strings.UNAUTHORIZED}
17 |
18 |
19 |
20 |
21 | )
22 | }
23 |
24 | export default Unauthorized
25 |
--------------------------------------------------------------------------------
/admin/src/components/scheduler/components/events/EmptyAgenda.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { Typography } from '@mui/material'
3 | import { AgendaDiv } from '../../styles/styles'
4 | import useStore from '../../hooks/useStore'
5 |
6 | const EmptyAgenda = () => {
7 | const { height, translations } = useStore()
8 | return (
9 |