This commit is contained in:
2023-11-21 17:31:22 +03:00
parent 64374a4aff
commit ec7d0716b3
11 changed files with 327 additions and 355 deletions

View File

@ -32,12 +32,11 @@ export const QuizReportPage = () => {
]}
/>
<div className="quiz-report-page__title main-title">
Отчет по тестированию позиции Junior разработчик{" "}
Отчет по тестированию позиции Junior разработчик
</div>
<div className="quiz-report-page__report-quiz">
<QuizReport />
</div>
<AlertResult />
</div>
<Footer />