Skip to content

Commit 5a5a0d0

Browse files
authored
Update quizzes.module.ts
1 parent d45ce35 commit 5a5a0d0

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
@@ -11,7 +11,7 @@ import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
1111
export const Quizzes = Symbol.for('Quizzes');
1212

1313
// Add your quiz provider here.
14-
feat/lesson03
14+
1515
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, meiko_stephens_quiz ];
1616

1717
const QUIZ_PROVIDERS = [

0 commit comments

Comments
 (0)