File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
import { Module } from '@nestjs/common' ;
2
2
import { AnotherQuiz } from './another_quiz.js' ;
3
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
4
- import { JasonWatsonQuiz } from './jason_watson_quiz.js' ;
5
- import { MeikoStephensQuiz } from './meiko_stephens_quiz.js' ;
6
4
import { DavidAdenaikeQuiz } from './david_adenaike_quiz.js' ;
7
5
import { DylanLaffertyQuiz } from './dylan_lafferty_quiz.js' ;
6
+ import { JasonWatsonQuiz } from './jason_watson_quiz.js' ;
8
7
import { Jbeyquiz } from './jbeyquiz.js' ;
9
8
import { KhaylaSaundersQuiz } from './khayla_quiz.js' ;
9
+ import { MeikoStephensQuiz } from './meiko_stephens_quiz.js' ;
10
10
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js' ;
11
11
import { RasheedMillerQuiz } from './rasheed_miller_quiz.js' ;
12
12
@@ -22,16 +22,7 @@ const QUIZ_PROVIDERS = [
22
22
KhaylaSaundersQuiz ,
23
23
DylanLaffertyQuiz ,
24
24
RasheedMillerQuiz ,
25
- < < < << << HEAD
26
25
JasonWatsonQuiz ,
27
- = === ===
28
- DylanLaffertyQuiz ,
29
- < << << << HEAD
30
- > > >>> >> bd49b74 ( David Adenaike Quiz ( #119 ) )
31
- === = ===
32
- RasheedMillerQuiz ,
33
- DavidAdenaikeQuiz ,
34
- > >>> >>> 76 dab3b ( I have created a new branch adding in Homework 3 because of a merge bug on my last branch )
35
26
] ;
36
27
37
28
@Module ( {
You can’t perform that action at this time.
0 commit comments