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 8335558 commit b1f82adCopy full SHA for b1f82ad
lesson_03/quiz/src/quizzes/quizzes.module.ts
@@ -1,6 +1,7 @@
1
import { Module } from '@nestjs/common';
2
import { AnotherQuiz } from './another_quiz.js';
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4
+import { DavisQuiz } from './Davis_D._quiz.js';
5
import { Jbeyquiz } from './jbeyquiz.js';
6
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
7
@@ -12,6 +13,7 @@ const QUIZ_PROVIDERS = [
12
13
AnotherQuiz,
14
MercedesMathewsQuiz,
15
Jbeyquiz,
16
+ DavisDQuiz,
17
];
18
19
@Module({
0 commit comments