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.
2 parents 51a4442 + f62af07 commit c408518Copy full SHA for c408518
lesson_03/quiz/src/quizzes/quizzes.module.ts
@@ -6,6 +6,7 @@ import { ChigazoGrahamsQuiz } from './chigazo_graham_quiz.js';
6
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js';
7
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
8
import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js';
9
+import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js';
10
11
export const Quizzes = Symbol.for('Quizzes');
12
@@ -17,7 +18,8 @@ const QUIZ_PROVIDERS = [
17
18
AnotherQuiz,
19
JosephCaballeroQuiz,
20
OyeyemiJimohQuiz,
- ChigazoGrahamsQuiz AmiyahJonesQuiz
21
+ ChigazoGrahamsQuiz,
22
+ AmiyahJonesQuiz
23
];
24
25
@Module({
0 commit comments