Skip to content

Commit 8882954

Browse files
committed
Add jasons quiz
1 parent 57949c9 commit 8882954

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +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 { JasonWatsonQuiz } from './jason_watson_quiz.js';
5-
import { MeikoStephensQuiz } from './meiko_stephens_quiz.js';
64
import { DavidAdenaikeQuiz } from './david_adenaike_quiz.js';
75
import { DylanLaffertyQuiz } from './dylan_lafferty_quiz.js';
6+
import { JasonWatsonQuiz } from './jason_watson_quiz.js';
87
import { Jbeyquiz } from './jbeyquiz.js';
98
import { KhaylaSaundersQuiz } from './khayla_quiz.js';
9+
import { MeikoStephensQuiz } from './meiko_stephens_quiz.js';
1010
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
1111
import { RasheedMillerQuiz } from './rasheed_miller_quiz.js';
1212

@@ -22,16 +22,7 @@ const QUIZ_PROVIDERS = [
2222
KhaylaSaundersQuiz,
2323
DylanLaffertyQuiz,
2424
RasheedMillerQuiz,
25-
<<<<<<< HEAD
2625
JasonWatsonQuiz,
27-
=======
28-
DylanLaffertyQuiz,
29-
<<<<<<< HEAD
30-
>>>>>>> bd49b74 (David Adenaike Quiz (#119))
31-
=======
32-
RasheedMillerQuiz,
33-
DavidAdenaikeQuiz,
34-
>>>>>>> 76dab3b (I have created a new branch adding in Homework 3 because of a merge bug on my last branch)
3526
];
3627

3728
@Module({

0 commit comments

Comments
 (0)