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 11import { Module } from '@nestjs/common' ;
22import { AnotherQuiz } from './another_quiz.js' ;
33import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
4- import { JasonWatsonQuiz } from './jason_watson_quiz.js' ;
5- import { MeikoStephensQuiz } from './meiko_stephens_quiz.js' ;
64import { DavidAdenaikeQuiz } from './david_adenaike_quiz.js' ;
75import { DylanLaffertyQuiz } from './dylan_lafferty_quiz.js' ;
6+ import { JasonWatsonQuiz } from './jason_watson_quiz.js' ;
87import { Jbeyquiz } from './jbeyquiz.js' ;
98import { KhaylaSaundersQuiz } from './khayla_quiz.js' ;
9+ import { MeikoStephensQuiz } from './meiko_stephens_quiz.js' ;
1010import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js' ;
1111import { 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- > >>> >>> 76 dab3b ( I have created a new branch adding in Homework 3 because of a merge bug on my last branch )
3526] ;
3627
3728@Module ( {
You can’t perform that action at this time.
0 commit comments