File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { Module } from '@nestjs/common' ;
2
+ import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js' ;
2
3
import { AngelicaCQuiz } from './angelica_c_quiz.js' ;
3
4
import { AnotherQuiz } from './another_quiz.js' ;
4
5
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
5
- import { XavierCruzQuiz } from './xavier_cruz_quiz.js' ;
6
- import { DasiaEnglishQuiz } from './dasia_english_quiz.js' ;
7
6
import { ChigazoGrahamsQuiz } from './chigazo_graham_quiz.js' ;
7
+ import { DasiaEnglishQuiz } from './dasia_english_quiz.js' ;
8
8
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js' ;
9
9
import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js' ;
10
+ import { PabloLimonParedesQuiz } from './pablo_limon_paredes_quiz.js' ;
11
+ import { XavierCruzQuiz } from './xavier_cruz_quiz.js' ;
10
12
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js' ;
11
- import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js' ;
12
13
13
14
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
14
15
@@ -23,7 +24,8 @@ const QUIZ_PROVIDERS = [
23
24
DasiaEnglishQuiz ,
24
25
ChigazoGrahamsQuiz ,
25
26
AmiyahJonesQuiz ,
26
- XavierCruzQuiz
27
+ XavierCruzQuiz ,
28
+ PabloLimonParedesQuiz ,
27
29
] ;
28
30
29
31
@Module ( {
You can’t perform that action at this time.
0 commit comments