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