diff --git a/client/src/components/EmployeeModal.jsx b/client/src/components/EmployeeModal.jsx index 4706e87..d1a57f7 100755 --- a/client/src/components/EmployeeModal.jsx +++ b/client/src/components/EmployeeModal.jsx @@ -4,6 +4,8 @@ import CpasBadge, { getTier } from './CpasBadge'; import NegateModal from './NegateModal'; import EditEmployeeModal from './EditEmployeeModal'; import AmendViolationModal from './AmendViolationModal'; +import ExpirationTimeline from './ExpirationTimeline'; +import EmployeeNotes from './EmployeeNotes'; const s = { overlay: { @@ -201,7 +203,7 @@ export default function EmployeeModal({ employeeId, onClose }) {