File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +5
-3
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 { AnotherQuiz } from './another_quiz.js' ;
3
4
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
4
- import { DasiaEnglishQuiz } from './dasia_english_quiz.js' ;
5
5
import { ChigazoGrahamsQuiz } from './chigazo_graham_quiz.js' ;
6
+ import { DasiaEnglishQuiz } from './dasia_english_quiz.js' ;
6
7
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js' ;
7
8
import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js' ;
9
+ import { PabloLimonParedesQuiz } from './pablo_limon_paredes_quiz.js' ;
8
10
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js' ;
9
- import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js' ;
10
11
11
12
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
12
13
@@ -20,7 +21,8 @@ const QUIZ_PROVIDERS = [
20
21
OyeyemiJimohQuiz ,
21
22
DasiaEnglishQuiz ,
22
23
ChigazoGrahamsQuiz ,
23
- AmiyahJonesQuiz
24
+ AmiyahJonesQuiz ,
25
+ PabloLimonParedesQuiz ,
24
26
] ;
25
27
26
28
@Module ( {
You can’t perform that action at this time.
0 commit comments