Skip to content

Commit b1f82ad

Browse files
committed
??
1 parent 8335558 commit b1f82ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Module } from '@nestjs/common';
22
import { AnotherQuiz } from './another_quiz.js';
33
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4+
import { DavisQuiz } from './Davis_D._quiz.js';
45
import { Jbeyquiz } from './jbeyquiz.js';
56
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
67

@@ -12,6 +13,7 @@ const QUIZ_PROVIDERS = [
1213
AnotherQuiz,
1314
MercedesMathewsQuiz,
1415
Jbeyquiz,
16+
DavisDQuiz,
1517
];
1618

1719
@Module({

0 commit comments

Comments
 (0)