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 e59a438 commit 4e572dbCopy full SHA for 4e572db
lesson_03/quiz/src/quizzes/quizzes.module.ts
@@ -1,8 +1,9 @@
1
import { Module } from '@nestjs/common';
2
import { AnotherQuiz } from './another_quiz.js';
3
-import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js';
4
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
5
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js';
+import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js';
6
+import { ShawnDunsmoreQuiz } from './shawn_dunsmore_quiz.js';
7
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
8
9
export const Quizzes = Symbol.for('Quizzes');
@@ -15,6 +16,7 @@ const QUIZ_PROVIDERS = [
15
16
AnotherQuiz,
17
JosephCaballeroQuiz,
18
OyeyemiJimohQuiz,
19
+ ShawnDunsmoreQuiz,
20
];
21
22
@Module({
0 commit comments