Skip to content

Commit b297669

Browse files
committed
fix: wrong # of quzzes
1 parent a7baf54 commit b297669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_03/quiz/src/quizzes/quizzes.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
44
import { DavidAdenaikeQuiz } from './david_adenaike_quiz.js';
55
import { EvanPhilakhongQuiz } from './evan_philakhong_quiz.js';
66
import { Jbeyquiz } from './jbeyquiz.js';
7-
import { Jbeyquiz } from './jbeyquiz.js';
87
import { KhaylaSaundersQuiz } from './khayla_quiz.js';
98
import { MeikoStephensQuiz } from './meiko_stephens_quiz.js';
109
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
@@ -23,6 +22,7 @@ const QUIZ_PROVIDERS = [
2322
EvanPhilakhongQuiz,
2423
KhaylaSaundersQuiz,
2524
RasheedMillerQuiz,
25+
EvanPhilakhongQuiz,
2626
];
2727

2828
@Module({

0 commit comments

Comments
 (0)