diff --git a/src/components/exam/ExamModal.tsx b/src/components/exam/ExamModal.tsx index 1b2f73d..91425d1 100644 --- a/src/components/exam/ExamModal.tsx +++ b/src/components/exam/ExamModal.tsx @@ -1,7 +1,7 @@ import { useState } from 'react'; import type { ExamClient, ExamModalTab } from '../../data/mockData'; -import { Badge, Button } from '../ui'; +import { Badge, Button, Input } from '../ui'; interface ExamModalProps { client: ExamClient; @@ -143,10 +143,10 @@ const ExamSignPanel = () => (