File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +2
-4
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
- import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js' ;
4
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
5
4
import { DasiaEnglishQuiz } from './dasia_english_quiz.js' ;
6
5
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js' ;
6
+ import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js' ;
7
7
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js' ;
8
8
9
-
10
9
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
11
10
12
11
// Add your quiz provider here.
13
- const QUIZ_PROVIDERS = [ AnthonyMaysQuiz , AnotherQuiz , DasiaEnglishQuiz ] ;
14
12
15
13
const QUIZ_PROVIDERS = [
16
14
AnthonyMaysQuiz ,
17
15
YafiahAbdullahQuiz ,
18
16
AnotherQuiz ,
19
17
JosephCaballeroQuiz ,
20
18
OyeyemiJimohQuiz ,
19
+ DasiaEnglishQuiz ,
21
20
] ;
22
21
23
-
24
22
@Module ( {
25
23
providers : [
26
24
...QUIZ_PROVIDERS ,
You can’t perform that action at this time.
0 commit comments