Skip to content

Commit 2de91a6

Browse files
Replace form
1 parent 63d608a commit 2de91a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/exam/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { NextPage } from "next";
55
import { gql, useQuery } from "@apollo/client";
66
import useTimer from "@azure-fundamentals/hooks/useTimer";
77
import { Button } from "@azure-fundamentals/components/Button";
8-
import QuizExamForm from "@azure-fundamentals/components/QuizExamForm";
8+
import QuizExamForm from "@azure-fundamentals/components/QuizExamFormUF";
99
import { Question } from "@azure-fundamentals/components/types";
1010
import ExamResult from "@azure-fundamentals/components/ExamResult";
1111

0 commit comments

Comments
 (0)