Skip to content

Commit 747f066

Browse files
committed
Fixed Import on Quiz
1 parent 8b4d116 commit 747f066

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import { Module } from '@nestjs/common';
22
import { AnotherQuiz } from './another_quiz.js';
33
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4+
import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js';
45

56
export const Quizzes = Symbol.for('Quizzes');
67

78
// Add your quiz provider here.
8-
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz];
9+
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, Bryanasingletonbarnhart];
910

1011
@Module({
1112
providers: [

0 commit comments

Comments
 (0)