We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7baf54 commit b297669Copy full SHA for b297669
lesson_03/quiz/src/quizzes/quizzes.module.ts
@@ -4,7 +4,6 @@ import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4
import { DavidAdenaikeQuiz } from './david_adenaike_quiz.js';
5
import { EvanPhilakhongQuiz } from './evan_philakhong_quiz.js';
6
import { Jbeyquiz } from './jbeyquiz.js';
7
-import { Jbeyquiz } from './jbeyquiz.js';
8
import { KhaylaSaundersQuiz } from './khayla_quiz.js';
9
import { MeikoStephensQuiz } from './meiko_stephens_quiz.js';
10
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
@@ -23,6 +22,7 @@ const QUIZ_PROVIDERS = [
23
22
EvanPhilakhongQuiz,
24
KhaylaSaundersQuiz,
25
RasheedMillerQuiz,
+ EvanPhilakhongQuiz,
26
];
27
28
@Module({
0 commit comments