Ignore:
Timestamp:
10/21/25 17:28:54 (11 months ago)
Author:
stefansaveski <stefansaveski19@…>
Branches:
master
Children:
b67f274
Parents:
2d635ae
Message:

refactor: Remove unused imports and optimize component code across multiple files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/app/students/documents/page.tsx

    r2d635ae r82c9c53  
    55  faFilePdf,
    66  faChevronDown,
    7   faDownload,
    87  faCheckCircle,
    98  faMoneyBillWave,
    109  faFileText,
    11   faCalendarAlt,
    12   faCommentDots,
    1310  faChevronLeft,
    1411  faChevronRight,
     
    6057
    6158  const selectedDocument = documentsData.documentTypes.find(d => d.id === selectedDocumentType);
    62   const { documents, pagination, paymentInfo } = documentsData;
     59  const { documents, paymentInfo } = documentsData;
    6360
    6461  const totalPages = Math.ceil(documents.length / recordsPerPage);
Note: See TracChangeset for help on using the changeset viewer.