File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,20 @@ import Box from '@mui/material/Box';
3
3
import Button from '@mui/material/Button' ;
4
4
import { useLocation } from 'react-router-dom' ;
5
5
import { useTheme } from '@emotion/react' ;
6
- import { useMediaQuery } from '@mui/material' ;
6
+ import { Container , useMediaQuery } from '@mui/material' ;
7
7
import { ConfirmationModal , SetAclPermissionsModal , UploadDocumentModal } from '@components/Modals' ;
8
8
import { useNotification , useSession } from '@hooks' ;
9
9
import { DocumentListContext } from '@contexts' ;
10
10
import { truncateText } from '@utils' ;
11
11
import { DocumentTable } from '@components/Documents' ;
12
- import { Container } from '@mui/system' ;
13
12
13
+ /**
14
+ * Documents - Component that generates Documents Page for PASS
15
+ *
16
+ * @memberof Pages
17
+ * @name Documents
18
+ * @returns {React.JSX.Component } The Documents Page
19
+ */
14
20
const Documents = ( ) => {
15
21
// Route related states
16
22
const location = useLocation ( ) ;
You can’t perform that action at this time.
0 commit comments