Skip to content

Commit 6925ddd

Browse files
authored
Update quizzes.module.ts
1 parent 85deaee commit 6925ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const Quizzes = Symbol.for('Quizzes');
1010

1111
// Add your quiz provider here.
1212

13-
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, meiko_stephens_quiz,MercedesMathewsQuiz,Jbeyquiz ];
13+
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, meiko_stephens_quiz, MercedesMathewsQuiz, Jbeyquiz ];
1414

1515
const QUIZ_PROVIDERS = [
1616
AnthonyMaysQuiz,

0 commit comments

Comments
 (0)