Skip to content

Commit bca32f1

Browse files
committed
attempting to fix merge conflicts
1 parent abd4a9f commit bca32f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
1414
export const Quizzes = Symbol.for('Quizzes');
1515

1616
// Add your quiz provider here.
17+
1718
const QUIZ_PROVIDERS = [
1819
AnthonyMaysQuiz,
1920
YafiahAbdullahQuiz,
2021
AnotherQuiz,
2122
JosephCaballeroQuiz,
22-
AngelicaCQuiz,
2323
OyeyemiJimohQuiz,
24-
DasiaEnglishQuiz,
2524
ChigazoGrahamsQuiz,
2625
AmiyahJonesQuiz,
27-
XavierCruzQuiz,
2826
LjMcwilliamsQuiz,
2927
];
3028

0 commit comments

Comments
 (0)